MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / RTSPDecoder

Method RTSPDecoder

MonaCore/include/Mona/RTSP/RTSPDecoder.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class RTSPDecoder : public Decoder<const std::shared_ptr<RTSPPacket>>, public virtual Object {
29public:
30 RTSPDecoder(Invoker& invoker) : _rootPath(invoker.rootPath()), Decoder(invoker, "RTSPDecoder") {}
31
32private:
33 UInt32 decoding(Exception& ex, UInt8* data,UInt32 size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected