|
Classes |
| class | ost::TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue > |
| class | ost::SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue > |
| | This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. More...
|
| class | ost::TRTPSessionBaseIPV6< RTPDataChannel, RTCPChannel, ServiceQueue > |
| class | ost::SingleThreadRTPSessionIPV6< RTPDataChannel, RTCPChannel, ServiceQueue > |
| | This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. More...
|
| class | RTPSessionBase |
| | Generic RTP protocol stack for exchange of realtime data.RTP protocol stack based on Common C++. More...
|
| class | ost::SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue > |
| | This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. More...
|
| class | RTPSessionBaseIPV6 |
| | Generic RTP protocol stack for exchange of realtime data.RTP protocol stack based on Common C++. More...
|
| class | ost::SingleThreadRTPSessionIPV6< RTPDataChannel, RTCPChannel, ServiceQueue > |
| | This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. More...
|
Typedefs |
| typedef SingleThreadRTPSession | ost::RTPSession |
| | Uses two pairs of sockets for RTP data and RTCP transmission/reception.UDP/IPv6 RTP Session scheduled by one thread of execution.
|
| typedef RTPSession | ost::RTPSocket |
| | Alias for RTPSession.
|
typedef SingleThreadRTPSession<
SymmetricRTPChannel, SymmetricRTPChannel > | ost::SymmetricRTPSession |
| | Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception.Symmetric UDP/IPv6 RTP session scheduled by one thread of execution.
|
| typedef SingleThreadRTPSessionIPV6 | ost::RTPSessionIPV6 |
| typedef RTPSessionIPV6 | ost::RTPSocketIPV6 |
typedef SingleThreadRTPSessionIPV6<
SymmetricRTPChannelIPV6,
SymmetricRTPChannelIPV6 > | ost::SymmetricRTPSessionIPV6 |