Trait gstreamer::format::FormattedValueIntrinsic [−][src]
pub trait FormattedValueIntrinsic: Copy + Clone + Sized + 'static { type FormattedValueType: FormattedValue; }
Expand description
A trait implemented on the intrinsic type of a FormattedValue
.
Examples
GenericFormattedValue
is the intrinsic type forGenericFormattedValue
.Undefined
is the intrinsic type forUndefined
.Bytes
is the intrinsic type forOption<Bytes>
.
Associated Types
Implementors
type FormattedValueType = Option<ClockTime>
type FormattedValueType = Option<Buffers>
type FormattedValueType = Option<Bytes>
type FormattedValueType = Option<Default>
type FormattedValueType = Option<Percent>
type FormattedValueType = Undefined