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

instance: Dsp

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

speaker_mask: u16

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