AppBroadcastBackgroundServiceStreamInfo.BandwidthTestBitrate Property

Definition

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

UInt64

unsigned long long

uint64_t

The bandwidth test bitrate for the app broadcast background service.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to