Enum rfmod::SoundType [] [src]

#[repr(C)]
pub enum SoundType { Unknown, AIFF, ASF, AT3, CDDA, DLS, FLAC, FSB, GCADPCM, IT, MIDI, MOD, MPEG, OGGVORBIS, Playlist, Raw, S3M, SF2, User, WAV, XM, XMA, VAG, AudioQueue, XWMA, BCWAV, AT9, VORBIS, MediaFoundation, Max, ForceInt, }

These definitions describe the type of song being played.

Variants

3rd party / unknown plugin format.

AIFF.

Microsoft Advanced Systems Format (ie WMA/ASF/WMV).

Sony ATRAC 3 format

Digital CD audio.

Sound font / downloadable sound bank.

FLAC lossless codec.

FMOD Sample Bank.

Nintendo GameCube/Wii ADPCM

Impulse Tracker.

MIDI. extracodecdata is a pointer to an FMOD_MIDI_EXTRACODECDATA structure.

Protracker / Fasttracker MOD.

MP2/MP3 MPEG.

Ogg vorbis.

Information only from ASX/PLS/M3U/WAX playlists

Raw PCM data.

ScreamTracker 3.

Sound font 2 format.

User created sound.

Microsoft WAV.

FastTracker 2 XM.

Xbox360 XMA

PlayStation Portable ADPCM VAG format.

iPhone hardware decoder, supports AAC, ALAC and MP3. extracodecdata is a pointer to an FMOD_AUDIOQUEUE_EXTRACODECDATA structure.

Xbox360 XWMA

3DS BCWAV container format for DSP ADPCM and PCM

NGP ATRAC 9 format

Raw vorbis

Microsoft Media Foundation wrappers, supports ASF/WMA

Maximum number of sound types supported.

Makes sure this enum is signed 32bit.

Trait Implementations

impl Clone for SoundType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SoundType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl PartialOrd for SoundType
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for SoundType
[src]

[src]

Formats the value using the given formatter.

impl Copy for SoundType
[src]