AppBroadcastTriggerProviderInfo.MaxVideoHeight 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 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
Maximum video height in pixels.
Remarks
Important
Only first-party applications should use this property.