Type Alias av_format_control_message

Source
pub type av_format_control_message = Option<unsafe extern "C" fn(*mut AVFormatContext, i32, *mut c_void, usize) -> i32>;
Expand description

Callback used by devices to communicate with application.

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.