QualityLevelBitrate Property |
The average bandwidth consumed by the track, in bits per second (bps). The value 0 MAY be used for tracks whose
bit rate is negligible relative to other
tracks in the presentation.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint Bitrate { get; set; }
Public Property Bitrate As UInteger
Get
Set
public:
property unsigned int Bitrate {
unsigned int get ();
void set (unsigned int value);
}
member Bitrate : uint32 with get, set
Property Value
Type:
UInt32
See Also