10 #define H264STREAM_INC
OutputStream & getOutputStream() override
Get an OutputStream to write to.
H264Stream(h264Decoder_cfgParamters &config)
void write(const yarp::os::Bytes &b) override
Write a block of bytes to the stream.
bool setReadEnvelopeCallback(InputStream::readEnvelopeCallbackType callback, void *data) override
InputStream & getInputStream() override
Get an InputStream to read from.
bool setStream(yarp::os::impl::DgramTwoWayStream *stream)
A simple abstraction for a block of bytes.
virtual void write(char ch)
Write a single byte to the stream.
A stream abstraction for datagram communication.