Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GetMp3StreamTypeMode method 
 
Remarks 
 
Retrieves the MPEG mode 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.GetMp3StreamTypeMode
nPlayer as Integer 
) as Long
 
[C++] 
long control.GetMp3StreamTypeMode
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player whose information must be retrieved
 
 
Return value 
 
Value
Meaning
 
 
0
Stereo
1
Joint-stereo
2
Dual-channel
3
Single-channel
Negative value
An error occurred (see the LastError property for further error details)
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents