StreamInfoBitRate Property |
Gets the reported bit rate. 9 for unavailable.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long BitRate { get; }
Public ReadOnly Property BitRate As Long
Get
Dim instance As StreamInfo
Dim value As Long
value = instance.BitRate
member BitRate : int64 with get
/** @property */
public long get_BitRate()
function get BitRate () : long
Property Value
Type:
Int64
See Also