VideoEncodingProperties.CreateUncompressed(String, UInt32, UInt32) Method

Definition

Creates an instance of VideoEncodingProperties for a uncompressed 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

Parameters

subtype
String

Platform::String

winrt::hstring

The media subtype of the format.

width
UInt32

unsigned int

uint32_t

The video image width.

height
UInt32

unsigned int

uint32_t

The video image height.

Returns

The video encoding properties.

Applies to