![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cAVStream.h>
Public Member Functions | |
| cAVControlOut (cStreamOutput *pOut) noexcept | |
| virtual | ~cAVControlOut () |
| void | put_StreamOutput (cStreamOutput *pOut) |
| virtual HRESULT | OnControl (CTL_TYPE eType, const void *pData=nullptr, size_t nSizeData=0) |
Public Member Functions inherited from GrayLib::cAVControl | |
| virtual | ~cAVControl () |
Protected Attributes | |
| cStreamOutput * | m_pOut |
| Push the AV control serialized stream here. More... | |
Additional Inherited Members | |
Public Types inherited from GrayLib::cAVControl | |
| enum | CTL_TYPE { CTL_UNK = 0 , CTL_Source , CTL_Channel , CTL_Quality , CTL_Stop , CTL_Seek , CTL_Position , CTL_Mouse , CTL_Keys , CTL_QTY } |
Create a sink for Control the AV on some external source.
|
inlinenoexcept |
|
inlinevirtual |
|
virtual |
Implements GrayLib::cAVControl.
|
inline |
|
protected |
Push the AV control serialized stream here.