Trait gstreamer::tags::Tag [−][src]
pub trait Tag<'a> { type TagType: StaticType + FromValue<'a> + ToSendValue + Send + Sync; fn tag_name<'b>() -> &'b str; }
Associated Types
type TagType: StaticType + FromValue<'a> + ToSendValue + Send + Sync
[src]