X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FSMPEG.pm;fp=lib%2FSDL%2FSMPEG.pm;h=f6409af7cedadff9368cfe3a4bc5ff4f38670ccc;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=5091ce8faf778642e582974d6e20c97b23cde049;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/SMPEG.pm b/lib/SDL/SMPEG.pm index 5091ce8..f6409af 100644 --- a/lib/SDL/SMPEG.pm +++ b/lib/SDL/SMPEG.pm @@ -104,110 +104,3 @@ sub status { } 1; - -__END__; - -=pod - - -=head1 NAME - -SDL::SMPEG - a SDL perl extension - -=head1 SYNOPSIS - - $video = new SDL::SMPEG ( -name => 'pr0n.mpg' ); - -=head1 DESCRIPTION - -C adds support for MPEG video to your -SDL Perl application. SMPEGs are objects bound to -surfaces, whose playback is controled through the -object's interface. - -=head2 METHODS - - -=over 4 - -=item * - -C returns any error messages associated with playback - -=item * - -C enables or disables audio playback, (on by default) - -=item * - -C enables or disable video playback, (on by default) - -=item * - -C enables or disable playback looping (off by default) - -=item * - -C set the volume as per the mixer volume - -=item * - -C binds the clip to a display surface - -=item * - -C scales the clip by either x,y -factors, scales to the image dimensions, or a single scalar. - -=item * - -C plays the video clip, call C before playing - -=item * - -C pauses video playback - -=item * - -C stops video playback - -=item * - -C resets the clip to the beginning - -=item * - -C seeks to a particular byte offset - -=item * - -C skips to a particular time - -=item * - -C takes a SDL::Rect and defines the display area - -=item * - -C renders a specific frame to the screen - -=item * - -C returns a new C object reflecting the current status - -=item * - -C returns either SMPEG_PLAYING or SMPEG_STOPPED or SMPEG_ERROR - -=back - -=head1 AUTHOR - -David J. Goehrig - -=head1 SEE ALSO - -perl(1) SDL::Surface(3) SDL::MPEG(3) - -=cut -