Type Alias av_csp_trc_function

pub type av_csp_trc_function = Option<unsafe extern "C" fn(f64) -> f64>;
Expand description

Function pointer representing a double -> double transfer function that performs an EOTF transfer inversion. This function outputs linear light.

Aliased Type§

enum av_csp_trc_function {
    None,
    Some(unsafe extern "C" fn(f64) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f64) -> f64)

Some value of type T.