Type Alias gstreamer::Segment

source ·
pub type Segment = FormattedSegment<GenericFormattedValue>;

Aliased Type§

struct Segment { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl<'de> Deserialize<'de> for Segment

source§

fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl ValueType for Segment

§

type Type = FormattedSegment<GenericFormattedValue>

Type to get the Type from. Read more