CMFormatDescription.MediaSubType Property

Definition

Returns the media subtype, ideally you should use the strongly typed versions instead.

public uint MediaSubType { get; }
member this.MediaSubType : uint32

Property Value

Remarks

Instead of using this uint value, you can use the specific strongly-typed version: AudioFormatType, SubtitleFormatType, ClosedCaptionFormatType, MuxedStreamType, VideoCodecType, MetadataFormatType or TimeCodeFormatType.

Applies to