Contents

VTCopySupportedPropertyDictionaryForEncoder(width:height:codecType:encoderSpecification:encoderIDOut:supportedPropertiesOut:)

Builds a list of supported properties and encoder ID for an encoder.

Declaration

func VTCopySupportedPropertyDictionaryForEncoder(width: Int32, height: Int32, codecType: CMVideoCodecType, encoderSpecification: CFDictionary?, encoderIDOut: UnsafeMutablePointer<CFString?>?, supportedPropertiesOut: UnsafeMutablePointer<CFDictionary?>?) -> OSStatus

Parameters

  • width:

  • height:

  • codecType:

  • encoderSpecification:

  • encoderIDOut:

  • supportedPropertiesOut:

See Also

Codec Support