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

最大视频宽度(以像素为单位)。

注解

重要

只有第一方应用程序应使用此属性。

适用于