MythTV  0.26-pre
Public Member Functions | Private Attributes
PGMConverter Class Reference

#include <PGMConverter.h>

List of all members.

Public Member Functions

 PGMConverter (void)
 ~PGMConverter (void)
int MythPlayerInited (const MythPlayer *player)
const AVPicturegetImage (const VideoFrame *frame, long long frameno, int *pwidth, int *pheight)
int reportTime (void)

Private Attributes

long long frameno
int width
int height
AVPicture pgm
struct timeval convert_time
bool time_reported

Detailed Description

Definition at line 29 of file PGMConverter.h.


Constructor & Destructor Documentation

Definition at line 19 of file PGMConverter.cpp.

Definition at line 31 of file PGMConverter.cpp.


Member Function Documentation

const AVPicture * PGMConverter::getImage ( const VideoFrame frame,
long long  frameno,
int pwidth,
int pheight 
)

Member Data Documentation

long long PGMConverter::frameno [private]

Definition at line 42 of file PGMConverter.h.

Referenced by getImage().

Definition at line 43 of file PGMConverter.h.

Referenced by getImage().

Definition at line 43 of file PGMConverter.h.

Referenced by getImage(), and MythPlayerInited().

Definition at line 44 of file PGMConverter.h.

Referenced by getImage(), MythPlayerInited(), PGMConverter(), and ~PGMConverter().

struct timeval PGMConverter::convert_time [private]

Definition at line 46 of file PGMConverter.h.

Referenced by getImage(), MythPlayerInited(), PGMConverter(), and reportTime().

Definition at line 47 of file PGMConverter.h.

Referenced by MythPlayerInited(), and reportTime().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends