X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FMPEG.pm;h=6ef546b9f0d635a99bcf647dd599e5c5ca3c843f;hb=b00c045b0f4ef5aac29e6a29de0be15012bd2e95;hp=50442bfee13939ca3b4716da4e61670110ff4be2;hpb=7b6a53a1f5064ca5b8ab0243f7bcf6209e6bf5a4;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/MPEG.pm b/lib/SDL/MPEG.pm index 50442bf..6ef546b 100644 --- a/lib/SDL/MPEG.pm +++ b/lib/SDL/MPEG.pm @@ -100,78 +100,3 @@ sub length { } 1; - -__END__; - -=pod - - -=head1 NAME - -SDL::MPEG - a SDL perl extension - -=head1 SYNOPSIS - - $info = new SDL::MPEG -from => $mpeg; - -=head1 DESCRIPTION - -C provides an interface to quering the status -of a SMPEG stream. - -=head2 METHODS - -=over 4 - -=item * - -C returns true if it has audio track - -=item * - -C returns true if it has a video track - -=item * - -C returns the width of the video in pixels - -=item * - -C returns the height of the video in pixels - -=item * - -C returns the total size of the clip in bytes - -=item * - -C returns the offset into the clip in bytes - -=item * - -C returns the offset into the clip in fames - -=item * - -C returns the play rate in frames per second - -=item * - -C returns the current play time in seconds - -=item * - -C returns the total play time in seconds - -=back - -=head1 AUTHOR - -David J. Goehrig - -=head1 SEE ALSO - -perl(1) SDL::Video(3) - -=cut -