Struct gst::PlayBin[][src]

pub struct PlayBin { /* fields omitted */ }

Methods

impl PlayBin
[src]

Methods from Deref<Target = Pipeline>

Gets the GstBus of pipeline . The bus allows applications to receive Message packets.

Get the configured delay (see set_delay()).

Set the expected delay needed for all elements to perform the PAUSED to PLAYING state change. delay will be added to the base time of the elements so that they wait an additional delay amount of time before starting to process buffers and cannot be GST_CLOCK_TIME_NONE.

This option is used for tuning purposes and should normally not be used.

Returns a const raw pointer to the internal GstElement

Returns a mut raw pointer to the internal GstElement

Trait Implementations

impl Sync for PlayBin
[src]

impl Send for PlayBin
[src]

impl Transfer for PlayBin
[src]

Consumes the current object and transfers ownership of the raw pointer Used to transfer ownership to ffi functions, should be used when an ffi function expects full transfer of an object to avoid the original object to be unreferenced in the process Read more

impl Reference for PlayBin
[src]

impl AsRef<Pipeline> for PlayBin
[src]

Performs the conversion.

impl AsMut<Pipeline> for PlayBin
[src]

Performs the conversion.

impl From<PlayBin> for Pipeline
[src]

Performs the conversion.

impl Deref for PlayBin
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for PlayBin
[src]

Mutably dereferences the value.