Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
ReadSoundInfo method 
 
Remarks 
 
Obtains information about the loaded sound and about embedded Tags. When a sound is loaded, in order to speed up its availability for playback, the only immediately available information is its duration: further information can be retrieved at a later time calling this method. 
 
 
Syntax 
 
[Visual Basic] 
control.ReadSoundInfo
nPlayer as Integer 
 
[C++] 
short control.ReadSoundInfo
short nPlayer 
);
 
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents