![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cAVSink.h>
Public Member Functions | |
| cAVHeader (float fFramesPerSec=0.0f, UINT32 dwTotalTimeSec=0) | |
Public Attributes | |
| WORD | m_wVersion |
| 1 = the first version of this header format. More... | |
| float | m_fFramesPerSec |
| frames per sec. suggested rate. 0=real time. for AVI compatibility. More... | |
| UINT32 | m_dwTotalTimeSec |
| How long does the stream play (seconds)? 0=unknown length. REFTIME. More... | |
Header info about the whole audio & video stream/file.
|
inline |
| UINT32 GrayLib::cAVHeader::m_dwTotalTimeSec |
How long does the stream play (seconds)? 0=unknown length. REFTIME.
| float GrayLib::cAVHeader::m_fFramesPerSec |
frames per sec. suggested rate. 0=real time. for AVI compatibility.
| WORD GrayLib::cAVHeader::m_wVersion |
1 = the first version of this header format.