CMFormatDescription.VideoCodecType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.