Trait gstreamer::tags::Tag[][src]

pub trait Tag<'a> {
    type TagType: FromValueOptional<'a> + SetValue + Send;
    fn tag_name<'b>() -> &'b str;
}

Associated Types

Required Methods

Implementors