windows::Win32::Media::MediaFoundation

Function MFCreateSensorProfile

pub unsafe fn MFCreateSensorProfile<P2>(
    profiletype: *const GUID,
    profileindex: u32,
    constraints: P2,
) -> Result<IMFSensorProfile>
where P2: Param<PCWSTR>,