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