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