Function bass_rs::bass::BASS_ChannelGet3DAttributes[][src]

pub unsafe extern "C" fn BASS_ChannelGet3DAttributes(
    handle: DWORD,
    mode: *mut DWORD,
    min: *mut f32,
    max: *mut f32,
    iangle: *mut DWORD,
    oangle: *mut DWORD,
    outvol: *mut f32
) -> BOOL