Partager via


AppBroadcastBackgroundServiceStreamInfo.BandwidthTestBitrate Propriété

Définition

Obtient ou définit la vitesse de test de bande passante pour le service d’arrière-plan de diffusion de l’application.

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

Valeur de propriété

UInt64

unsigned long long

uint64_t

Débit de test de bande passante pour le service d’arrière-plan de diffusion de l’application.

Configuration requise pour Windows

Fonctionnalités de l’application
appBroadcast appBroadcastSettings

S’applique à