![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cAVSink.h>
Public Types | |
enum | CTL_TYPE { CTL_UNK = 0 , CTL_Source , CTL_Channel , CTL_Quality , CTL_Stop , CTL_Seek , CTL_Position , CTL_Mouse , CTL_Keys , CTL_QTY } |
Public Member Functions | |
virtual | ~cAVControl () |
virtual HRESULT | OnControl (CTL_TYPE eType, const void *pData=nullptr, size_t nSizeData=0)=0 |
The other side of a stream may attempt to control it. (if allowed or applicable)
Control messages. Feedback from the receiver of the stream.
|
inlinevirtual |
|
pure virtual |
Implemented in GrayLib::cAVControlOut.