| AudioFormatBitRate Property  | 
            Gets the bitrate of the sample.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int BitRate { get; protected set; }Public Property BitRate As Integer
	Get
	Protected Set
public:
property int BitRate {
	int get ();
	protected: void set (int value);
}member BitRate : int with get, set
Property Value
Type: 
Int32
See Also