StreamInfoMaxBitRate Property |
Gets the maximum bit rate for variable bit rate streams. 0 if unavailable.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long MaxBitRate { get; }
Public ReadOnly Property MaxBitRate As Long
Get
Dim instance As StreamInfo
Dim value As Long
value = instance.MaxBitRate
member MaxBitRate : int64 with get
/** @property */
public long get_MaxBitRate()
function get MaxBitRate () : long
function get_MaxBitRate();
Property Value
Type:
Int64
See Also