av_format_control_message

Type Alias av_format_control_message 

Source
pub type av_format_control_message = Option<unsafe extern "C" fn(s: *mut AVFormatContext, type_: c_int, data: *mut c_void, data_size: usize) -> c_int>;

Aliased Type§

pub enum av_format_control_message {
    None,
    Some(unsafe extern "C" fn(*mut AVFormatContext, i32, *mut c_void, usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut AVFormatContext, i32, *mut c_void, usize) -> i32)

Some value of type T.