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

以圖元為單位的視訊寬度上限。

備註

重要

只有第一方應用程式應該使用這個屬性。

適用於