[][src]Function videotoolbox_sys::video_encoder_list::VTCopySupportedPropertyDictionaryForEncoder

pub unsafe extern "C" fn VTCopySupportedPropertyDictionaryForEncoder(
    width: int32_t,
    height: int32_t,
    codecType: CMVideoCodecType,
    encoderSpecification: CFDictionaryRef,
    outEncoderID: *mut CFStringRef,
    outSupportedProperties: *mut CFDictionaryRef
) -> OSStatus