#[repr(i32)]
pub enum SpeakerArrangementType {
Show 31 variants Custom, Empty, Mono, Stereo, StereoSurround, StereoCenter, StereoSide, StereoCLfe, Cinema30, Music30, Cinema31, Music31, Cinema40, Music40, Cinema41, Music41, Surround50, Surround51, Cinema60, Music60, Cinema61, Music61, Cinema70, Music70, Cinema71, Music71, Cinema80, Music80, Cinema81, Music81, Surround102,
}
Expand description

Tells the host how the channels are intended to be used in the plugin. Only useful for some hosts.

Variants§

§

Custom

User defined arrangement.

§

Empty

Empty arrangement.

§

Mono

Mono.

§

Stereo

L R

§

StereoSurround

Ls Rs

§

StereoCenter

Lc Rc

§

StereoSide

Sl Sr

§

StereoCLfe

C Lfe

§

Cinema30

L R C

§

Music30

L R S

§

Cinema31

L R C Lfe

§

Music31

L R Lfe S

§

Cinema40

L R C S (LCRS)

§

Music40

L R Ls Rs (Quadro)

§

Cinema41

L R C Lfe S (LCRS + Lfe)

§

Music41

L R Lfe Ls Rs (Quadro + Lfe)

§

Surround50

L R C Ls Rs

§

Surround51

L R C Lfe Ls Rs

§

Cinema60

L R C Ls Rs Cs

§

Music60

L R Ls Rs Sl Sr

§

Cinema61

L R C Lfe Ls Rs Cs

§

Music61

L R Lfe Ls Rs Sl Sr

§

Cinema70

L R C Ls Rs Lc Rc

§

Music70

L R C Ls Rs Sl Sr

§

Cinema71

L R C Lfe Ls Rs Lc Rc

§

Music71

L R C Lfe Ls Rs Sl Sr

§

Cinema80

L R C Ls Rs Lc Rc Cs

§

Music80

L R C Ls Rs Cs Sl Sr

§

Cinema81

L R C Lfe Ls Rs Lc Rc Cs

§

Music81

L R C Lfe Ls Rs Cs Sl Sr

§

Surround102

L R C Lfe Ls Rs Tfl Tfc Tfr Trl Trr Lfe2

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Convert to VST API arrangement type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.