Copyright © 2001-2019 MultiMedia Soft

ReadSoundInfo method

Previous pageReturn to chapter overviewNext page

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

) as enumErrorCodes


 

[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.