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

direct: i32

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

room: i32

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

flags: u32

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

connection_point: Dsp

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