bn::sound_panning_manager class

Manages the panning of a sound effect.

Public static functions

static auto get(sound_handle handle) -> fixed
Returns the panning of the given sound_handle.
static void set(fixed panning, sound_handle handle)
Sets the panning of the given sound_handle.