newSWFSoundFromFileno(3) added by David McNab <[email protected]>

SYNOPSIS

#include <ming.h>

SWFSound newSWFSoundFromFileno
(
       int fd,

       byte flags

);

PARAMETERS

int fd
Not Documented.
byte flags
Not Documented.

DESCRIPTION

Required so that python can pass in file descriptors instead of FILE* streams .