Contents

availableVideoCodecTypesForAssetWriter(writingTo:)

The video codecs that the output supports for writing video to the output file.

Declaration

func availableVideoCodecTypesForAssetWriter(writingTo outputFileType: AVFileType) -> [AVVideoCodecType]

Parameters

  • outputFileType:

    The UTI of the output file type.

Return Value

An array of video codecs.

See Also

Retrieving supported video types