AppCaptureSettings.CustomVideoEncodingWidth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム ビデオ エンコード幅を取得します。
注意
この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。
public:
property unsigned int CustomVideoEncodingWidth { unsigned int get(); void set(unsigned int value); };
uint32_t CustomVideoEncodingWidth();
void CustomVideoEncodingWidth(uint32_t value);
public uint CustomVideoEncodingWidth { get; set; }
var uInt32 = appCaptureSettings.customVideoEncodingWidth;
appCaptureSettings.customVideoEncodingWidth = uInt32;
Public Property CustomVideoEncodingWidth As UInteger
プロパティ値
カスタム ビデオ エンコードの幅。
Windows の要件
アプリの機能 |
appCaptureSettings
|