IMediaEncodingProperties.Type property
Gets or sets the format type.
Syntax
Property value
Type: System.String [.NET] | Platform::String [C++]
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. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
