Documentation de la bibliothèque MLV-3.1.0

◆ MLV_change_sound_volume_of_animation_player()

void MLV_change_sound_volume_of_animation_player ( MLV_Animation_player * animation_player,
unsigned int channel,
float volume )

Change le volume sonore d'un bruitage.

Paramètres
animation_playerL'animateur dans lequel se trouve le son.
channelLe canal concerné.
volumele nouveau volume sonore.
Exemples
advanced/09_animation.c, et advanced/11_animation_book.c.