VideoEncodingProperties.Type Property

Definition

Gets the format type.

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

Property Value

String

Platform::String

winrt::hstring

The format type. For video streams, the format type is "Video".

Implements

Applies to