Namespace

SDL::Mixer

Public Class Methods

LoadWAV( file ) click to toggle source
# File lib/ruby-sdl-ffi/mixer.rb, line 110
def self.LoadWAV( file )
  LoadWAV_RW( SDL.RWFromFile(file, "rb"), 1 )
end
mix_func( name, args, ret ) click to toggle source
# File lib/ruby-sdl-ffi/mixer.rb, line 42
def self.mix_func( name, args, ret )
  func name, "Mix_#{name}", args, ret
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.