Reverse stereo

From Bennu Wiki
Jump to navigation Jump to search


Definition

INT reverse_stero ( <INT channel> , <INT flip>)

This function swaps the stereo of the indicated sound channel.

Parameters

INT channels - The channel of wich it's stereo is to be reversed.
INT flip - The flip, (0 = normal , 1 = reverse).

Returns

INT : Status.

0 - Ok.
-1 - There is an error.



Sound Functions
Fade_music_in()Fade_music_off()Is_playing_song()Is_playing_wav()Load_song()Load_wav()Pause_song()Pause_wav()Play_song()Play_wav()Reserve_channels()Resume_song()Resume_wav()Reverse_stereo()Set_channel_volume()Set_distance()Set_music_position()Set_panning()Set_position()Set_song_volume()Set_Wav_Volume()Sound_close()Sound_init()Stop_song()Stop_wav()Unload_song()Unload_wav()