Trait gstreamer::tags::Tag

source ·
pub trait Tag<'a> {
    type TagType: FromValueOptional<'a> + SetValue + Send;

    fn tag_name<'b>() -> &'b str;
}

Required Associated Types

Required Methods

Implementors