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§

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.