AppBroadcastTriggerProviderInfo.MaxVideoHeight プロパティ

定義

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

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

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

プロパティ値

UInt32

unsigned int

uint32_t

最大ビデオの高さ (ピクセル単位)。

注釈

重要

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

適用対象