Copyright © 2005-2011 MultiMedia Soft

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

 

Overload list

 

Obtains information and store them internally

[Visual Basic] Overloads Public Function ReadSoundInfo2 (Int16) As enumErrorCodes

[C#] public enumErrorCodes ReadSoundInfo2 (Int16);

[C++] public: enumErrorCodes ReadSoundInfo2 (Int16);

 

Returns song information inside a SoundInfo2 class object

[Visual Basic] Overloads Public Function ReadSoundInfo2 (Int16, byref SoundInfo) As enumErrorCodes

[C#] public enumErrorCodes ReadSoundInfo2 (Int16, ref SoundInfo);

[C++] public: enumErrorCodes ReadSoundInfo2 (Int16, SoundInfo __gc*);