Remarks
Retrieves the Bitrate (number of bits per second) for the song currently loaded into the specified player.
The availability of this information requires a prior call to the ReadSoundInfo method.
Syntax
[Visual Basic]
control.GetMp3StreamTypeBitRate (
nPlayer as Integer
) as Long
|
|
[C++]
long control.GetMp3StreamTypeBitRate (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
Value >= 0
|
The song bitrate
|
|