CMFormatDescription.VideoCodecType Property

Definition

Gets the MediaSubType property as a CMVideoCodecType.

public CoreMedia.CMVideoCodecType VideoCodecType { get; }
member this.VideoCodecType : CoreMedia.CMVideoCodecType

Property Value

The MediaSubType property as a CMVideoCodecType, if this format descripton's MediaType is Video, otherwise 0.

Remarks

Only applicable if this format descripton's MediaType is Video, otherwise 0 is returned. If MediaSubType is a pixel format, use PixelFormatType instead.

Applies to