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

#include <cAVStream.h>

Inheritance diagram for GrayLib::cAVControlInp:
Gray::cStreamOutput Gray::cStreamBase

Public Member Functions

 cAVControlInp (cAVControl *pControl)
 
virtual ~cAVControlInp ()
 
virtual HRESULT WriteX (const void *pData, size_t nDataSize)
 
- Public Member Functions inherited from Gray::cStreamOutput
 cStreamOutput () noexcept
 
virtual ~cStreamOutput ()
 
HRESULT WriteT (const void *pVal, size_t nDataSize)
 
template<typename TYPE >
HRESULT WriteT (TYPE val)
 
HRESULT WriteSize (size_t nSize)
 
HRESULT WriteHashCode (HASHCODE_t nHashCode)
 
HRESULT WriteN (const void *pBuffer, size_t nSize)
 
template<typename _CH >
HRESULT WriteStringN (const _CH *pszStr)
 
template<typename _CH >
HRESULT WriteCharRepeat (_CH nChar, int nCount=1)
 
virtual HRESULT WriteString (const char *pszStr)
 
virtual HRESULT WriteString (const wchar_t *pszStr)
 
StrLen_t VPrintf (const char *pszFormat, va_list args)
 
StrLen_t VPrintf (const wchar_t *pszFormat, va_list args)
 
StrLen_t _cdecl Printf (const char *pszFormat,...)
 
StrLen_t _cdecl Printf (const wchar_t *pszFormat,...)
 
HRESULT WriteStream (cStreamInput &sInp, STREAM_POS_t nSizeMax=k_FILE_BLOCK_SIZE, IStreamProgressCallback *pProgress=nullptr, TIMESYSD_t nTimeout=0)
 Copy cStreamInput to this stream. More...
 
virtual HRESULT FlushX ()
 
- Public Member Functions inherited from Gray::cStreamBase
virtual ~cStreamBase ()
 
virtual STREAM_SEEKRET_t Seek (STREAM_OFFSET_t iOffset, SEEK_ORIGIN_TYPE eSeekOrigin=SEEK_Set)
 
void SeekToBegin ()
 
STREAM_POS_t SeekToEnd ()
 
virtual STREAM_POS_t GetPosition () const
 
virtual STREAM_POS_t GetLength () const
 

Protected Attributes

cAVControlm_pAVControl
 What to do with the AV control packets once i have them. More...
 

Additional Inherited Members

- Static Public Attributes inherited from Gray::cStreamBase
static const BYTE k_SIZE_MASK = 0x80
 Used for WriteSize() More...
 
static const size_t k_FILE_BLOCK_SIZE = (32 * 1024)
 default arbitrary transfer block size. more than this is NOT more efficient. More...
 

Detailed Description

I am serving up an AV stream and receiving a control stream from my viewer(s)

Constructor & Destructor Documentation

◆ cAVControlInp()

GrayLib::cAVControlInp::cAVControlInp ( cAVControl pControl)
inline

◆ ~cAVControlInp()

virtual GrayLib::cAVControlInp::~cAVControlInp ( )
inlinevirtual

Member Function Documentation

◆ WriteX()

HRESULT GrayLib::cAVControlInp::WriteX ( const void *  pData,
size_t  nDataSize 
)
virtual

Reimplemented from Gray::cStreamOutput.

Member Data Documentation

◆ m_pAVControl

cAVControl* GrayLib::cAVControlInp::m_pAVControl
protected

What to do with the AV control packets once i have them.


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