Inherits BASE::RCLogSimplifier.
Inheritance diagram for GUIBASE::RCAviFile:


Public Member Functions | |
| RCAviFile (const RCString &sFileName, TSInt nWidth, TSInt nHeight, TReal nFrameRate, BITMAPINFOHEADER *pBih, AVICOMPRESSOPTIONS *pCompressOptions, TBool bDisplayCompressionDlg=false) | |
| void | AddFrame (const BITMAP &Bitmap) |
| void | Close () |
| void | Clear () |
Static Public Member Functions | |
| static TBool | EditCompressionOptions (AVICOMPRESSOPTIONS &CompressionOptions) |
Static Public Attributes | |
| static const RCString | LOG_NAME = _T("AVI File") |
Protected Attributes | |
| RCString | m_sFileName |
| PAVIFILE | m_pFile |
| PAVISTREAM | m_pStream |
| PAVISTREAM | m_pCompressed |
| PAVISTREAM | m_pDestStream |
| AVISTREAMINFO | m_StreamInfo |
| TLong | m_nNextFrame |
| TBool | m_bClosed |
Static Protected Attributes | |
| static const TLong | FRAME_RATE_SCALE = 1000000 |
1.4.6-NO