Public Member Functions | |
| SubstreamDescriptor (RTPSink *rtpSink, RTCPInstance *rtcpInstance) | |
| ~SubstreamDescriptor () | |
| SubstreamDescriptor *& | next () |
| RTPSink * | rtpSink () const |
| RTCPInstance * | rtcpInstance () const |
| char const * | sdpLines () const |
Private Attributes | |
| SubstreamDescriptor * | fNext |
| RTPSink * | fRTPSink |
| RTCPInstance * | fRTCPInstance |
| char * | fSDPLines |
Definition at line 28 of file DarwinInjector.cpp.
| SubstreamDescriptor::SubstreamDescriptor | ( | RTPSink * | rtpSink, | |
| RTCPInstance * | rtcpInstance | |||
| ) |
Definition at line 244 of file DarwinInjector.cpp.
| SubstreamDescriptor::~SubstreamDescriptor | ( | ) |
Definition at line 302 of file DarwinInjector.cpp.
| SubstreamDescriptor*& SubstreamDescriptor::next | ( | void | ) | [inline] |
Definition at line 33 of file DarwinInjector.cpp.
| RTPSink* SubstreamDescriptor::rtpSink | ( | ) | const [inline] |
Definition at line 34 of file DarwinInjector.cpp.
| RTCPInstance* SubstreamDescriptor::rtcpInstance | ( | ) | const [inline] |
Definition at line 35 of file DarwinInjector.cpp.
| char const* SubstreamDescriptor::sdpLines | ( | ) | const [inline] |
Definition at line 36 of file DarwinInjector.cpp.
Referenced by SubstreamDescriptor().
SubstreamDescriptor* SubstreamDescriptor::fNext [private] |
Definition at line 39 of file DarwinInjector.cpp.
Referenced by next(), and ~SubstreamDescriptor().
RTPSink* SubstreamDescriptor::fRTPSink [private] |
Definition at line 40 of file DarwinInjector.cpp.
Referenced by rtpSink(), and SubstreamDescriptor().
RTCPInstance* SubstreamDescriptor::fRTCPInstance [private] |
Definition at line 41 of file DarwinInjector.cpp.
Referenced by rtcpInstance().
char* SubstreamDescriptor::fSDPLines [private] |
Definition at line 42 of file DarwinInjector.cpp.
Referenced by sdpLines(), SubstreamDescriptor(), and ~SubstreamDescriptor().
1.6.3