Enum rfmod::DspDelay[][src]

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

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

Variants

CH0

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

CH1

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

CH2

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

CH3

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

CH4

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

CH5

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

CH6

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

CH7

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

CH8

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

CH9

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

CH10

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

CH11

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

CH12

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

CH13

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

CH14

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

CH15

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

MaxDelay

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

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

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

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

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

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

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.