TSDuck v3.45-4766
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::TLVStream Member List

This is the complete list of members for ts::TLVStream, including all inherited members.

getAutoErrorResponse() constts::TLVStreaminline
getMaxInvalidMessages() constts::TLVStreaminline
handleSocketCloseComplete(Socket &sock, bool silent, bool success)ts::SocketHandlerInterfaceprotectedvirtual
handleSocketCloseStart(Socket &sock, bool silent)ts::SocketHandlerInterfaceprotectedvirtual
handleSocketConnected(TCPConnection &sock) overridets::TLVStreamprotectedvirtual
handleSocketDisconnected(TCPConnection &sock, bool silent)ts::SocketHandlerInterfaceprotectedvirtual
handleSocketOpenComplete(Socket &sock, bool success)ts::SocketHandlerInterfaceprotectedvirtual
handleSocketOpenStart(Socket &sock)ts::SocketHandlerInterfaceprotectedvirtual
receiveMessage(tlv::MessagePtr &msg, const AbortInterface *abort=nullptr)ts::TLVStream
sendMessage(const tlv::Message &msg)ts::TLVStream
setAutoErrorResponse(bool on)ts::TLVStreaminline
setMaxInvalidMessages(size_t n)ts::TLVStreaminline
stream()ts::TLVStreaminline
TLVStream(tlv::Logger &logger, const tlv::Protocol &protocol, StreamInterface &stream, bool auto_error_response=true, size_t max_invalid_msg=0)ts::TLVStream