pub fn position<'device>(
    device: &MixDevice<'device>,
    angle: i16,
    distance: u8
) -> Result<Effect<'device>>
Expand description

An effect that controls the playing position. angle is clamped in 0..360.