IMediaEncodingProperties.Type
IMediaEncodingProperties.Type
IMediaEncodingProperties.Type
IMediaEncodingProperties.Type
IMediaEncodingProperties.Type
Property
Definition
Gets the format type.
public : Platform::String Type { get; }
winrt::hstring Type();
public string Type { get; }
Public ReadOnly Property Type As string
var string = iMediaEncodingProperties.type;
Property Value
string
string
string
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. |
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...