Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFSoundInstance_addEnvelope - adds a SoundEnvelope to event sound
SYNOPSIS
#include <ming.h>
void SWFSoundInstance_addEnvelope
(
SWFSoundInstance inst,
unsigned int mark44,
short left,
short right
);
PARAMETERS
SWFSoundInstance inst
Not Documented.
unsigned int mark44
Position in 44khz samples.
short left
Volume left channel.
short right
Volume right channel.
DESCRIPTION
Adds a SoundEnvelope to event sound.
c2man soundinstance.c 25 February 2008 SWFSoundInstance_addEnvelope(3)