AppBroadcastBackgroundServiceStreamInfo.BandwidthTestBitrate 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 or sets the bandwidth test bitrate for the app broadcast background service.
public:
property unsigned long long BandwidthTestBitrate { unsigned long long get(); void set(unsigned long long value); };
uint64_t BandwidthTestBitrate();
void BandwidthTestBitrate(uint64_t value);
public ulong BandwidthTestBitrate { get; set; }
var uInt64 = appBroadcastBackgroundServiceStreamInfo.bandwidthTestBitrate;
appBroadcastBackgroundServiceStreamInfo.bandwidthTestBitrate = uInt64;
Public Property BandwidthTestBitrate As ULong
Property Value
The bandwidth test bitrate for the app broadcast background service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|