pub trait GFrameDescTraitConst {
    fn as_raw_GFrameDesc(&self) -> *const c_void;

    fn fmt(&self) -> MediaFormat { ... }
    fn size(&self) -> Size { ... }
    fn equals(&self, unnamed: &GFrameDesc) -> Result<bool> { ... }
}
Expand description

\addtogroup gapi_meta_args

Required Methods

Provided Methods

Implementors