Copyright © 2005-2011 MultiMedia Soft

LoadSound method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads a song from the specified file. If the file is in RAW format use the LoadSoundFromRawFile method.

 

Overload list

 

Loads a song from the specified file.

[Visual Basic] Overloads Public Function LoadSound (Int16, String) As enumErrorCodes

[C#] public enumErrorCodes LoadSound (Int16, string);

[C++] public: enumErrorCodes LoadSound (Int16, string);

 

Loads a song from the specified file performing a less detailed analysis for files in MP3 format.

[Visual Basic] Overloads Public Function LoadSound (Int16, String, Boolean) As enumErrorCodes

[C#] public enumErrorCodes LoadSound (Int16, string, bool);

[C++] public: enumErrorCodes LoadSound (Int16, string, bool);

 

Loads a song from the specified file in Mono. .

[Visual Basic] Overloads Public Function LoadSound (Int16, String, Boolean, Boolean) As enumErrorCodes

[C#] public enumErrorCodes LoadSound (Int16, string, bool, bool);

[C++] public: enumErrorCodes LoadSound (Int16, string, bool, bool);