[][src]Trait gstreamer::tags::CustomTag

pub trait CustomTag<'a>: Tag<'a> {
    const FLAG: TagFlag;
    const NICK: &'static str;
    const DESCRIPTION: &'static str;
    fn merge_func(src: &Value) -> Value { ... }
}

Associated Constants

const FLAG: TagFlag

const NICK: &'static str

const DESCRIPTION: &'static str

Loading content...

Provided methods

fn merge_func(src: &Value) -> Value

Loading content...

Implementors

Loading content...