SWF::SoundStream
SWF Sound Stream class
- Provided by: libswf-perl (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
SWF Sound Stream class
use SWF::SoundStream;
my $soundstream = new SWF::SoundStream("wau.mp3");
print $soundstream->getDuration();
## print $soundstream->getFrames(); # won't work until it belongs to movie
$movie->setSoundStream($soundstream);
print $soundstream->getFrames(); # but _now_ it is okay (but anyway deprecated)
SWF::SoundStream is a helper class useful for adding sound into SWF applications.
developers of ming.sourceforge.net, Albrecht Kleine
SWF, SWF:: Movie, SWF::MovieClip, SWF::Button, SWF::Sound, SWF::SoundInstance, SWF::Constants, SWF::Videostream