AppBroadcastTriggerProviderInfo.MaxVideoBitrate 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 bitrate that the provider that is broadcasting gameplay can provide.
public:
property unsigned int MaxVideoBitrate { unsigned int get(); void set(unsigned int value); };
uint32_t MaxVideoBitrate();
void MaxVideoBitrate(uint32_t value);
public uint MaxVideoBitrate { get; set; }
var uInt32 = appBroadcastTriggerProviderInfo.maxVideoBitrate;
appBroadcastTriggerProviderInfo.maxVideoBitrate = uInt32;
Public Property MaxVideoBitrate As UInteger
Property Value
The maximum bitrate in bits per second. For example, 2500000 = 2.5 mbps
Remarks
Important
Only first-party applications should use this property.