Gets the video bit rate, in bits per second, for the current stream in the current source media file.
public int VideoBitRate {get;}
public:
property int VideoBitRate {
int get();
}
'Declaration
Public ReadOnly Property VideoBitRate As Integer
'Usage
Dim instance As MediaInfo
Dim value As Integer
value = instance.VideoBitRate
Property Value
A value representing the video bit rate in bits per second for the current video stream.