Struct ffmpeg_sys::AVFrameSideData [] [src]

pub struct AVFrameSideData {
    pub kind: AVFrameSideDataType,
    pub data: *mut uint8_t,
    pub size: c_int,
    pub metadata: *mut AVDictionary,
    pub buf: *mut AVBufferRef,
}

Fields

kind: AVFrameSideDataType data: *mut uint8_t size: c_int metadata: *mut AVDictionary buf: *mut AVBufferRef

Trait Implementations

impl Debug for AVFrameSideData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.