This topic has not yet been rated - Rate this topic

IMediaEncodingProperties.Type property

Gets or sets the format type.

Syntax


string Type { get; }

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.

ValueDescription
"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

Windows.Media.MediaProperties
Windows::Media::MediaProperties [C++]

Metadata

Windows.winmd

See also

IMediaEncodingProperties

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.