Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

VideoInfo Class Reference

#include <frame.h>

Collaboration diagram for VideoInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VideoInfo ()

Public Attributes

int width
int height
bool isPAL
TimeCode timeCode
tm recDate

Constructor & Destructor Documentation

VideoInfo::VideoInfo  ) 
 

Definition at line 59 of file frame.cc.

00059                      : width( 0 ), height( 0 ), isPAL( false )
00060 {}


Member Data Documentation

int VideoInfo::height
 

Definition at line 93 of file frame.h.

bool VideoInfo::isPAL
 

Definition at line 94 of file frame.h.

Referenced by AVIHandler::Create().

struct tm VideoInfo::recDate
 

Definition at line 96 of file frame.h.

TimeCode VideoInfo::timeCode
 

Definition at line 95 of file frame.h.

int VideoInfo::width
 

Definition at line 92 of file frame.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 11 22:13:28 2007 for Kino by  doxygen 1.4.2