Struct rfmod::ReverbChannelProperties [] [src]

pub struct ReverbChannelProperties {
    pub direct: i32,
    pub room: i32,
    pub flags: u32,
    pub connection_point: Dsp,
}

Structure defining the properties for a reverb source, related to a FMOD channel.

Fields

[r/w] MIN: -10000 MAX: 1000 DEFAULT: 0 - Direct path level

[r/w] MIN: -10000 MAX: 1000 DEFAULT: 0 - Room effect level

[r/w] FMOD_REVERB_CHANNELFLAGS - modifies the behavior of properties

[r/w] See remarks. - DSP network location to connect reverb for this channel.