From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_avi_file.html | 288 +++++++++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 Doc/doxygen/html/class_avi_file.html (limited to 'Doc/doxygen/html/class_avi_file.html') diff --git a/Doc/doxygen/html/class_avi_file.html b/Doc/doxygen/html/class_avi_file.html new file mode 100644 index 0000000..e8c40d9 --- /dev/null +++ b/Doc/doxygen/html/class_avi_file.html @@ -0,0 +1,288 @@ + + + + + +Starshatter_Open: AviFile Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
AviFile Class Reference
+
+
+ +

#include <AviFile.h>

+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 AviFile (const char *fname)
 AviFile (const char *fname, const Rect &rect, int frame_rate=30)
 ~AviFile ()
HRESULT AddFrame (const Bitmap &bmp)
HRESULT GetFrame (double seconds, Bitmap &bmp)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 30 of file AviFile.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
AviFile::AviFile (const char * fname)
+
+ +

Definition at line 29 of file AviFile.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
AviFile::AviFile (const char * fname,
const Rectrect,
int frame_rate = 30 
)
+
+ +

Definition at line 36 of file AviFile.cpp.

+ +
+
+ +
+
+ + + + + + + +
AviFile::~AviFile ()
+
+ +

Definition at line 113 of file AviFile.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
HRESULT AviFile::AddFrame (const Bitmapbmp)
+
+ +

Definition at line 133 of file AviFile.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
HRESULT AviFile::GetFrame (double seconds,
Bitmapbmp 
)
+
+ +

Definition at line 174 of file AviFile.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* AviFile::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 33 of file AviFile.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1