Function av_stream_get_side_data

Source
pub unsafe extern "C" fn av_stream_get_side_data(
    stream: *const AVStream,
    type_: AVPacketSideDataType,
    size: *mut c_int,
) -> *mut u8
Expand description

Get side information from stream.

@param stream stream @param type desired side information type @param size pointer for side information size to store (optional) @return pointer to data if present or NULL otherwise