pub trait MediaFrameTrait: MediaFrameTraitConst {
    fn as_raw_mut_MediaFrame(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§