Enum coreaudio::audio_unit::types::MusicDeviceType [] [src]

pub enum MusicDeviceType {
    DLSSynth,
    Sampler,
}

Audio units that can be played as musical instruments via MIDI control.

Variants

DLSSynth

A multitimbral instrument unit that can use sample banks in either DLS or SoundFont formats.

It fully supports GM-MIDI and the basic extensions of GS-MIDI

Available in OS X v10.2 and later.

Sampler

A monotimbral instrument unit that functions a a sampler-synthesizer and supports full interactive editing of its state.

Available in OS X v10.7 and later.

Trait Implementations

impl PartialEq for MusicDeviceType
[src]

fn eq(&self, __arg_0: &MusicDeviceType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for MusicDeviceType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for MusicDeviceType
[src]

fn clone(&self) -> MusicDeviceType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MusicDeviceType
[src]