newSWFSoundStream  702 mingpp.h           this->sound = newSWFSoundStream(file); 
newSWFSoundStream  716 mingpp.h           this->sound = newSWFSoundStream(fopen(filename, "rb")); 
newSWFSoundStream 7041 py_ext/ming_wrap.c   result = (SWFSoundStream)newSWFSoundStream(arg1);
newSWFSoundStream  689 src/blocks/soundstream.c 	return newSWFSoundStream(fp);
newSWFSoundStream  550 src/ming.h     SWFSoundStream newSWFSoundStream(FILE *file);
newSWFSoundStream   15 test/Movie/setSoundStream/test01.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   16 test/Movie/setSoundStream/test02.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   16 test/Movie/setSoundStream/test03.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   15 test/Movie/setSoundStream/test04.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   17 test/Sound/test01.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   17 test/Sound/test02.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   22 test/SoundStream/test01.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   21 test/SoundStream/test02.c 	stream = newSWFSoundStream(file);
newSWFSoundStream   22 test/SoundStream/test03.c 	stream = newSWFSoundStream(file);