Enum gstreamer::query::QueryView[][src]

pub enum QueryView<T> {
Show 19 variants Position(Position<T>), Duration(Duration<T>), Latency(Latency<T>), Seeking(Seeking<T>), Segment(Segment<T>), Convert(Convert<T>), Formats(Formats<T>), Buffering(Buffering<T>), Custom(Custom<T>), Uri(Uri<T>), Allocation(Allocation<T>), Scheduling(Scheduling<T>), AcceptCaps(AcceptCaps<T>), Caps(Caps<T>), Drain(Drain<T>), Context(Context<T>), Bitrate(Bitrate<T>), Other(Other<T>), __NonExhaustive,
}

Variants

Position(Position<T>)

Tuple Fields of Position

0: Position<T>
Duration(Duration<T>)

Tuple Fields of Duration

0: Duration<T>
Latency(Latency<T>)

Tuple Fields of Latency

0: Latency<T>
Seeking(Seeking<T>)

Tuple Fields of Seeking

0: Seeking<T>
Segment(Segment<T>)

Tuple Fields of Segment

0: Segment<T>
Convert(Convert<T>)

Tuple Fields of Convert

0: Convert<T>
Formats(Formats<T>)

Tuple Fields of Formats

0: Formats<T>
Buffering(Buffering<T>)

Tuple Fields of Buffering

0: Buffering<T>
Custom(Custom<T>)

Tuple Fields of Custom

0: Custom<T>
Uri(Uri<T>)

Tuple Fields of Uri

0: Uri<T>
Allocation(Allocation<T>)

Tuple Fields of Allocation

0: Allocation<T>
Scheduling(Scheduling<T>)

Tuple Fields of Scheduling

0: Scheduling<T>
AcceptCaps(AcceptCaps<T>)

Tuple Fields of AcceptCaps

0: AcceptCaps<T>
Caps(Caps<T>)

Tuple Fields of Caps

0: Caps<T>
Drain(Drain<T>)

Tuple Fields of Drain

0: Drain<T>
Context(Context<T>)

Tuple Fields of Context

0: Context<T>
Bitrate(Bitrate<T>)

Tuple Fields of Bitrate

0: Bitrate<T>
Other(Other<T>)

Tuple Fields of Other

0: Other<T>
__NonExhaustive

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.