Enum rfmod::DspDelay [] [src]

#[repr(C)]
pub enum DspDelay { CH0, CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11, CH12, CH13, CH14, CH15, MaxDelay, }

Parameter types for the FMOD_DSP_TYPE_DELAY filter. Used with Dsp::set_parameter and Dsp::get_parameter

Variants

Channel #0 Delay in ms. 0 to 10000. Default = 0.

Channel #1 Delay in ms. 0 to 10000. Default = 0.

Channel #2 Delay in ms. 0 to 10000. Default = 0.

Channel #3 Delay in ms. 0 to 10000. Default = 0.

Channel #4 Delay in ms. 0 to 10000. Default = 0.

Channel #5 Delay in ms. 0 to 10000. Default = 0.

Channel #6 Delay in ms. 0 to 10000. Default = 0.

Channel #7 Delay in ms. 0 to 10000. Default = 0.

Channel #8 Delay in ms. 0 to 10000. Default = 0.

Channel #9 Delay in ms. 0 to 10000. Default = 0.

Channel #10 Delay in ms. 0 to 10000. Default = 0.

Channel #11 Delay in ms. 0 to 10000. Default = 0.

Channel #12 Delay in ms. 0 to 10000. Default = 0.

Channel #13 Delay in ms. 0 to 10000. Default = 0.

Channel #14 Delay in ms. 0 to 10000. Default = 0.

Channel #15 Delay in ms. 0 to 10000. Default = 0.

Maximum delay in ms. 0 to 10000. Default = 10.

Trait Implementations

impl Clone for DspDelay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DspDelay
[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 DspDelay
[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 DspDelay
[src]

[src]

Formats the value using the given formatter.

impl Copy for DspDelay
[src]