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

NAME

       SWFMovie_setSoundStream - Includes streaming sound to a movie.

SYNOPSIS

       #include <ming.h>

       void SWFMovie_setSoundStream
       (
            SWFMovie movie,
            SWFSoundStream stream
       );

PARAMETERS

       SWFMovie movie
              Not Documented.

       SWFSoundStream stream
              Not Documented.

DESCRIPTION

       Streaming   (embedded)   sound   is   played   in   sync  with  movie  frames.   See  also
       SWFMovie_setSoundStreamAt, newSWFSoundStream.