|
Yate
|
RTP debug holder. More...
#include <yatertp.h>
Public Member Functions | |
| RTPDebug (DebugEnabler *dbg, const char *traceId) | |
| RTPDebug (RTPSession *session) | |
| DebugEnabler * | dbg () const |
| const String & | dbgTraceId () const |
Protected Member Functions | |
| void | setDebug (DebugEnabler *dbg, const char *traceId) |
Protected Attributes | |
| DebugEnabler * | m_dbg |
| String | m_traceId |
RTP debug holder.
Object holding RTP debug
|
inline |
Constructor
| dbg | DebugEnabler |
| traceId | Trace ID |
| RTPDebug | ( | RTPSession * | session | ) |
Constructor from RTP session
| session | RTP session to take debug from |
|
inline |
|
inline |
Retrieve trace ID
|
inlineprotected |
Setup debug data
| dbg | DebugEnabler |
| traceId | Trace ID |