AppBroadcastTriggerProviderInfo.MaxVideoHeight Property

Definition

Gets and sets the maximum video height that the gameplay broadcast provider supports.

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

Property Value

UInt32

unsigned int

uint32_t

Maximum video height in pixels.

Remarks

Important

Only first-party applications should use this property.

Applies to