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

Tuple Fields of Position

0: Position<T>
Duration

Tuple Fields of Duration

0: Duration<T>
Latency

Tuple Fields of Latency

0: Latency<T>
Seeking

Tuple Fields of Seeking

0: Seeking<T>
Segment

Tuple Fields of Segment

0: Segment<T>
Convert

Tuple Fields of Convert

0: Convert<T>
Formats

Tuple Fields of Formats

0: Formats<T>
Buffering

Tuple Fields of Buffering

0: Buffering<T>
Custom

Tuple Fields of Custom

0: Custom<T>
Uri

Tuple Fields of Uri

0: Uri<T>
Allocation

Tuple Fields of Allocation

0: Allocation<T>
Scheduling

Tuple Fields of Scheduling

0: Scheduling<T>
AcceptCaps

Tuple Fields of AcceptCaps

0: AcceptCaps<T>
Caps

Tuple Fields of Caps

0: Caps<T>
Drain

Tuple Fields of Drain

0: Drain<T>
Context

Tuple Fields of Context

0: Context<T>
Bitrate

Tuple Fields of Bitrate

0: Bitrate<T>
Other

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.