GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pods::SDL::MPEG(3) User Contributed Perl Documentation pods::SDL::MPEG(3)

SDL::MPEG - a SDL perl extension

TODO

  $info = SDL::MPEG->new( -from => $mpeg );

"SDL::MPEG" provides an interface to querying the status of a SMPEG stream.

  • "SDL::MPEG::has_audio" returns true if it has audio track
  • "SDL::MPEG::has_video" returns true if it has a video track
  • "SDL::MPEG::width" returns the width of the video in pixels
  • "SDL::MPEG::height" returns the height of the video in pixels
  • "SDL::MPEG::size" returns the total size of the clip in bytes
  • "SDL::MPEG::offset" returns the offset into the clip in bytes
  • "SDL::MPEG::frame" returns the offset into the clip in frames
  • "SDL::MPEG::fps" returns the play rate in frames per second
  • "SDL::MPEG::time" returns the current play time in seconds
  • "SDL::MPEG::length" returns the total play time in seconds

David J. Goehrig

perl(1) SDL::Video(3)
2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.