Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cAVHeader Class Reference

#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...
 

Detailed Description

Header info about the whole audio & video stream/file.

Constructor & Destructor Documentation

◆ cAVHeader()

GrayLib::cAVHeader::cAVHeader ( float  fFramesPerSec = 0.0f,
UINT32  dwTotalTimeSec = 0 
)
inline

Member Data Documentation

◆ m_dwTotalTimeSec

UINT32 GrayLib::cAVHeader::m_dwTotalTimeSec

How long does the stream play (seconds)? 0=unknown length. REFTIME.

◆ m_fFramesPerSec

float GrayLib::cAVHeader::m_fFramesPerSec

frames per sec. suggested rate. 0=real time. for AVI compatibility.

◆ m_wVersion

WORD GrayLib::cAVHeader::m_wVersion

1 = the first version of this header format.


The documentation for this class was generated from the following file: