ExtendedTrackInfoBitrate Property |
Get bitrate of track by pulling value out of Video or Audio class depending on TrackCategory.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Bitrate { get; }
Public ReadOnly Property Bitrate As Integer
Get
public:
property int Bitrate {
int get ();
}
member Bitrate : int with get
Property Value
Type:
Int32
The bitrate of this stream.
See Also