Sha256: 3486715616c2d0f5deafa58188e69ca0d60af7c4ed99ed41e4a93abdf88bee52
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
module FMOD module Core module Mode DEFAULT = 0x00000000 LOOP_OFF = 0x00000001 LOOP_NORMAL= 0x00000002 LOOP_BIDI = 0x00000004 TWO_D = 0x00000008 THREE_D = 0x00000010 CREATE_STREAM = 0x00000080 CREATE_SAMPLE = 0x00000100 CREATE_COMPRESSED_SAMPLE = 0x00000200 OPEN_USER = 0x00000400 OPEN_MEMORY = 0x00000800 OPEN_MEMORY_POINT = 0x10000000 OPEN_RAW = 0x00001000 OPEN_ONLY = 0x00002000 ACCURATE_TIME = 0x00004000 MPEG_SEARCH = 0x00008000 NON_BLOCKING = 0x00010000 UNIQUE = 0x00020000 HEAD_RELATIVE_3D = 0x00040000 WORLD_RELATIVE_3D = 0x00080000 INVERSE_ROLLOFF_3D = 0x00100000 LINEAR_ROLLOFF_3D = 0x00200000 LINEAR_SQUARE_ROLLOFF_3D = 0x00400000 INVERSE_TAPERED_ROLLOFF_3D = 0x00800000 CUSTOM_ROLLOFF_3D = 0x04000000 IGNORE_GEOMETRY_3D = 0x40000000 IGNORE_TAGS = 0x02000000 LOW_MEM = 0x08000000 LOAD_SECONDARY_RAM = 0x20000000 VIRTUAL_PLAY_FROM_START = 0x80000000 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fmod-0.9.0 | lib/fmod/core/mode.rb |