Trait gstreamer::tags::CustomTag

source ·
pub trait CustomTag<'a>: Tag<'a> {
    const FLAG: TagFlag;
    const NICK: &'static GStr;
    const DESCRIPTION: &'static GStr;

    // Provided method
    fn merge_func(src: &Value) -> Value { ... }
}

Required Associated Constants§

source

const FLAG: TagFlag

source

const NICK: &'static GStr

source

const DESCRIPTION: &'static GStr

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§