AppBroadcastProviderSettings.CustomVideoEncodingWidth プロパティ

定義

ブロードキャスト ストリームのカスタム ビデオ エンコード幅を取得または設定します。

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 = appBroadcastProviderSettings.customVideoEncodingWidth;
appBroadcastProviderSettings.customVideoEncodingWidth = uInt32;
Public Property CustomVideoEncodingWidth As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

ブロードキャスト ストリームのカスタム ビデオ エンコード幅。

Windows の要件

アプリの機能
appBroadcast appBroadcastSettings

注釈

カスタム ビデオ エンコード幅を指定する場合は、 VideoEncodingResolutionModeCustom に設定する必要があります。

適用対象