VdpVideoMixerQueryParameterSupport

Type Alias VdpVideoMixerQueryParameterSupport 

Source
pub type VdpVideoMixerQueryParameterSupport = Option<unsafe extern "C" fn(device: VdpDevice, parameter: VdpVideoMixerParameter, is_supported: *mut VdpBool) -> VdpStatus>;
Expand description

\brief Query the implementation’s support for a specific parameter. \param[in] device The device to query. \param[in] parameter The parameter for which support is to be queried. \param[out] is_supported Is the specified parameter supported? \return VdpStatus The completion status of the operation.

Aliased Type§

pub enum VdpVideoMixerQueryParameterSupport {
    None,
    Some(unsafe extern "C" fn(u32, u32, *mut i32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, u32, *mut i32) -> u32)

Some value of type T.