Module: SDL2::Mixer::INIT

Includes:
EnumerableConstants
Defined in:
lib/sdl2/mixer.rb

Overview

Values to be combined and used with Mixer::init()

Constant Summary collapse

FLAC =
0x00000001
MOD =
0x00000002
MODPLUG =
0x00000004
MP3 =
0x00000008
OGG =
0x00000010
FLUIDSYNTH =
0x00000020

Method Summary

Methods included from EnumerableConstants

included