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
ビデオ画像の高さ。
戻り値
ビデオ エンコード プロパティ。