Use this function to retrieve the currently set audio bitrate.
| HRESULT GetAudioBitrate(long * CurBitrate); |
Parameters
CurBitrate: Specifies the currently used audio bitrate.
Remarks
When the profile is in any of the fixed format profiles, such as DVD, SVCD or VCD, you can call this function to get the appropriate values. The returned bitrate is depending on the selected output format. In standard MPEG-1 and standard MPEG-2 mode, the returned value is either 0 or the value you last set.
[[The Standard MPEG Encoder – Quality you can rely on]]