Gets or sets the stream's bit rate in bits per second.
public int Bitrate {get; set;}
public int Bitrate {get; set;}
get_Bitrate();
set_Bitrate(value);
public:
property int Bitrate {
int get();
void set ( int value);
}
'Declaration
Public Property Bitrate As Integer
'Usage
Dim instance As WMStreamConfig
Dim value As Integer
instance.Bitrate = value
value = instance.Bitrate
Property Value
The stream's bit rate in bits per second.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2