Contents

kVTVideoEncoderSpecification_EncoderID

A key that indicates a particular video encoder to use.

Declaration

let kVTVideoEncoderSpecification_EncoderID: CFString

Discussion

To specify a particular video encoder when creating a compression session, pass an encoder specification CFDictionary containing this key and the encoder ID as its value. You can get the encoder ID string from the kVTVideoEncoderList_EncoderID entry in the array returned by VTCopyVideoEncoderList(_:_:).

See Also

Encoder Selection