ContainerEncodingProperties.Type Property

Definition

Gets the format type.

public:
 property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = containerEncodingProperties.type;
Public ReadOnly Property Type As String

Property Value

String

Platform::String

winrt::hstring

The format type. For media containers, the format type is "Container".

Implements

Applies to