Tao.Sdl SDK Documentation

SdlMixer.Mix_LoadMUS_RW Method 

Load a music file from an SDL_RWop object (Ogg and MikMod specific currently)

[Visual Basic]
Public Shared Function Mix_LoadMUS_RW( _
   ByVal rw As IntPtr _
) As IntPtr
[C#]
public static IntPtr Mix_LoadMUS_RW(
   IntPtr rw
);

Remarks

Binds to C-function in SDL_mixer.h

Mix_Music *Mix_LoadMUS_RW(SDL_RWops *rw)
            

See Also

SdlMixer Class | Tao.Sdl Namespace