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

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

注解

重要

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

适用于