IMediaEncodingProperties.Type 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 format type.
public:
property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = iMediaEncodingProperties.type;
Public ReadOnly Property Type As String
Property Value
The format type. The value can be the string representation of a GUID in canonical form, or one of the predefined values listed in the following table.
Value | Description |
---|---|
"Audio" | Audio stream. To get details of the audio format, use AudioEncodingProperties. |
"Container" | Media container. |
"Image" | Still image data. To get details of the image format, use ImageEncodingProperties. |
"Video" | Video stream. To get details of the video format, use VideoEncodingProperties. |