Crate fmod

Crate fmod 

Source
Expand description

Rust wrapper for FMOD 1.10.20

Re-exports§

pub use self::channel::Channel;
pub use self::channel_control::ChannelControl;
pub use self::channel_group::ChannelGroup;
pub use self::channel_group::ChannelGroupRef;
pub use self::dsp::Dsp;
pub use self::dsp::DspRef;
pub use self::reverb3d::Reverb3d;
pub use self::sound::Sound;
pub use self::sound::SoundRef;
pub use self::sound_group::SoundGroup;
pub use self::system::System;
pub use fmod_sys as ll;

Modules§

channel
channel_control
channel_group
dsp
reverb3d
sound
sound_group
system
vector

Structs§

Channelmask
CpuUsage
DebugFlags
Delay
DriverState
Guid
ListenerAttributes
Mode
PluginHandle
SoundRam
Timeunit

Enums§

Error
Plugintype
Speaker
Speakermode

Constants§

CODEC_WAVEFORMAT_VERSION
FMOD_VERSION
Version in FMOD headers used to generate bindings.
MAX_CHANNEL_WIDTH
MAX_LISTENERS
MAX_SYSTEMS
OUTPUT_PLUGIN_VERSION
PLUGIN_SDK_VERSION

Statics§

FMOD_VERSION_STRING
Version in FMOD headers used to generate bindings

Traits§

FromPrimitive
A generic trait for converting a number to a value.