kVTVideoEncoderSpecification_EncoderID

Static kVTVideoEncoderSpecification_EncoderID 

Source
pub unsafe static kVTVideoEncoderSpecification_EncoderID: &'static CFString
Available on crate feature VTCompressionSession only.
Expand description

Specifies a particular video encoder by its ID string.

To specify a particular video encoder when creating a compression session, pass an encoderSpecification CFDictionary containing this key and the EncoderID as its value. The EncoderID CFString may be obtained from the kVTVideoEncoderList_EncoderID entry in the array returned by VTCopyVideoEncoderList.

See also Apple’s documentation