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