Struct rfmod::DspState [] [src]

pub struct DspState {
    pub instance: Dsp,
    pub speaker_mask: u16,
    // some fields omitted
}

DSP plugin structure that is passed into each callback.

Fields

[r] Handle to the DSP hand the user created. Not to be modified. C++ users cast toDSP to use.

[w] Specifies which speakers the DSP effect is active on