AppBroadcastTriggerProviderInfo.MaxVideoWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Maximum video width in pixels.
Remarks
Important
Only first-party applications should use this property.