Remarks
If the sound file loaded inside the given player is in MP3 format, obtains its bitrate type.
Syntax
[C++]
short control.GetMp3BitrateType (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
Return value
Mnemonic constant
|
Value
|
Meaning
|
|
|
|
ERR_xxx
|
Negative
|
An error occurred (see the LastError property for further error details)
|
BITRATE_TYPE_UNKNOWN
|
0
|
It wasn't possible determining the type
|
BITRATE_TYPE_CBR
|
1
|
Constant bitrate (CBR)
|
BITRATE_TYPE_VBR
|
2
|
Variable bitrate (VBR)
|
|