Enum gstreamer::PadProbeData[][src]

pub enum PadProbeData<'a> {
    Buffer(Buffer),
    BufferList(BufferList),
    Query(&'a mut QueryRef),
    Event(Event),
    // some variants omitted
}

Variants

Buffer(Buffer)

Tuple Fields of Buffer

0: Buffer
BufferList(BufferList)

Tuple Fields of BufferList

0: BufferList
Query(&'a mut QueryRef)

Tuple Fields of Query

0: &'a mut QueryRef
Event(Event)

Tuple Fields of Event

0: Event

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.