Freigeben über


VideoEncodingProperties.CreateUncompressed(String, UInt32, UInt32) Methode

Definition

Erstellt eine instance von VideoEncodingProperties für ein unkomprimiertes Video.

public:
 static VideoEncodingProperties ^ CreateUncompressed(Platform::String ^ subtype, unsigned int width, unsigned int height);
 static VideoEncodingProperties CreateUncompressed(winrt::hstring const& subtype, uint32_t const& width, uint32_t const& height);
public static VideoEncodingProperties CreateUncompressed(string subtype, uint width, uint height);
function createUncompressed(subtype, width, height)
Public Shared Function CreateUncompressed (subtype As String, width As UInteger, height As UInteger) As VideoEncodingProperties

Parameter

subtype
String

Platform::String

winrt::hstring

Der Medienuntertyp des Formats.

width
UInt32

unsigned int

uint32_t

Die Videobildbreite.

height
UInt32

unsigned int

uint32_t

Die Höhe des Videobilds.

Gibt zurück

Die Videocodierungseigenschaften.

Gilt für: