Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

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.