LoadMusicOGG

Description

Loads a music file compressed with OGG Vorbis. This is supported on all platforms as is the new preferred way of playing music, replacing the LoadMusic command. Multiple OGG music files can be played at the same time. OGG music file IDs are separate from normal music file IDs and are not limited to a specific range of numbers.

Definition

LoadMusicOGG( musicID, sFile )

integer LoadMusicOGG( sFile )

Parameters