Remarks
Retrieves the MPEG level 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.GetMp3StreamTypeLevel (
nPlayer as Integer
) as Long
|
|
[C++]
long control.GetMp3StreamTypeLevel (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
|
Return value
Value
|
Meaning
|
|
|
0
|
MPEG 2.5
|
1
|
MPEG 1
|
2
|
MPEG 2
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|