Trait gstreamer::meta::MetaAPI

source ·
pub unsafe trait MetaAPI:
    Sync
    + Send
    + Sized {
    type GstType;

    // Required method
    fn meta_api() -> Type;
}

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§