AppBroadcastTriggerProviderInfo.MaxVideoWidth プロパティ

定義

ゲームプレイ ブロードキャスト プロバイダーがサポートする最大ビデオ幅を取得および設定します。

public:
 property unsigned int MaxVideoWidth { unsigned int get(); void set(unsigned int value); };
uint32_t MaxVideoWidth();

void MaxVideoWidth(uint32_t value);
public uint MaxVideoWidth { get; set; }
var uInt32 = appBroadcastTriggerProviderInfo.maxVideoWidth;
appBroadcastTriggerProviderInfo.maxVideoWidth = uInt32;
Public Property MaxVideoWidth As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

最大ビデオ幅 (ピクセル単位)。

注釈

重要

このプロパティを使用する必要があるのは、ファースト パーティのアプリケーションのみです。

適用対象