![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Generic datagram handler interface. More...
#include <tsTSDatagramOutputHandlerInterface.h>

Public Member Functions | |
| virtual bool | sendDatagram (const void *address, size_t size, Report &report)=0 |
| Send a datagram message. | |
Generic datagram handler interface.
This abstract interface must be implemented by classes which send datagrams of TS packets.
|
pure virtual |
Send a datagram message.
Must be implemented by classes which are in charge of sending datagrams.
| [in] | address | Address of datagram content. |
| [in] | size | Size in bytes of datagram content. |
| [in,out] | report | Where to report errors. |