VideoEncodingProperties.CreateUncompressed(String, UInt32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為未壓縮的視 訊建立 VideoEncodingProperties 的實例。
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
參數
- subtype
-
String
Platform::String
winrt::hstring
格式的媒體子類型。
- width
-
UInt32
unsigned int
uint32_t
視訊影像寬度。
- height
-
UInt32
unsigned int
uint32_t
視訊影像高度。
傳回
視訊編碼屬性。