Contents

availableVideoCodecTypes

The video codecs that the output supports.

Declaration

var availableVideoCodecTypes: [AVVideoCodecType] { get }

Discussion

The value contains an array of video codecs that the output supports. Specify the codec it uses by setting a supported value for the AVVideoCodecKey entry in its videoSettings dictionary. The first format in the returned list is the most efficient output format.

See Also

Retrieving supported video types