#include <ccrtp/base.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Namespaces | |
| namespace | ost |
Classes | |
| class | ost::RTPBaseUDPIPv4Socket |
| A UDP/IPv4 socket class targetted at RTP stacks. More... | |
| class | ost::DualRTPChannel< BaseSocket > |
| class | ost::RTPBaseUDPIPv6Socket |
| class | ost::DualRTPChannelIPV6< BaseSocket > |
Typedefs | |
| typedef DualRTPChannelIPV6< RTPBaseUDPIPv6Socket > | ost::DualRTPUDPIPv6Channel |
| typedef RTPBaseUDPIPv6Socket | ost::SingleRTPChannelIPV6 |
| typedef SingleRTPChannelIPV6 | ost::SymmetricRTPChannelIPV6 |
| typedef DualRTPChannel< RTPBaseUDPIPv4Socket > | ost::DualRTPUDPIPv4Channel |
| typedef RTPBaseUDPIPv4Socket | ost::SingleRTPChannel |
| May be used in applications where using the same socket for both sending and receiving is not a limitation. | |
| typedef SingleRTPChannel | ost::SymmetricRTPChannel |
| Actually, RTP with a single channel can be called 'Symmetric RTP'. | |
Functions | |
| size_t | ccioctl (SOCKET so, int request, size_t &len) |
|
||||||||||||||||
|
|
1.4.6