Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sdl_rwfromfile(3) [opensolaris man page]

SDL_FunctionName(3)						 SDL API Reference					       SDL_FunctionName(3)

NAME
SDL_FunctionName - Short description of function SYNOPSIS
#include "SDL.h" return typeSDL_FunctionName(parameter); DESCRIPTION
Full description EXAMPLES
examples here SEE ALSO
SDL_AnotherFunction SDL
Tue 11 Sep 2001, 23:00 SDL_FunctionName(3)

Check Out this Related Man Page

pods::SDL::MPEG(3pm)					User Contributed Perl Documentation				      pods::SDL::MPEG(3pm)

NAME
SDL::MPEG - a SDL perl extension CATEGORY
TODO SYNOPSIS
$info = SDL::MPEG->new( -from => $mpeg ); DESCRIPTION
"SDL::MPEG" provides an interface to querying the status of a SMPEG stream. METHODS o "SDL::MPEG::has_audio" returns true if it has audio track o "SDL::MPEG::has_video" returns true if it has a video track o "SDL::MPEG::width" returns the width of the video in pixels o "SDL::MPEG::height" returns the height of the video in pixels o "SDL::MPEG::size" returns the total size of the clip in bytes o "SDL::MPEG::offset" returns the offset into the clip in bytes o "SDL::MPEG::frame" returns the offset into the clip in frames o "SDL::MPEG::fps" returns the play rate in frames per second o "SDL::MPEG::time" returns the current play time in seconds o "SDL::MPEG::length" returns the total play time in seconds AUTHOR
David J. Goehrig SEE ALSO
perl(1) SDL::Video(3) perl v5.14.2 2012-05-28 pods::SDL::MPEG(3pm)
Man Page