AdaptiveMediaSource.InitialBitrate 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 initial bit rate to use for playback of the media source.
public:
property unsigned int InitialBitrate { unsigned int get(); void set(unsigned int value); };
uint32_t InitialBitrate();
void InitialBitrate(uint32_t value);
public uint InitialBitrate { get; set; }
var uInt32 = adaptiveMediaSource.initialBitrate;
adaptiveMediaSource.initialBitrate = uInt32;
Public Property InitialBitrate As UInteger
Property Value
The initial bit rate to use for playback.