AppBroadcastTriggerProviderInfo.MaxVideoWidth Property

Definition

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

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

Property Value

UInt32

unsigned int

uint32_t

Maximum video width in pixels.

Remarks

Important

Only first-party applications should use this property.

Applies to