Compartir a través de


VideoEncodingProperties.Type Propiedad

Definición

Obtiene el tipo de formato.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Tipo de formato En el caso de las secuencias de vídeo, el tipo de formato es "Video".

Implementaciones

Se aplica a