webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::test::VoiceChannelTransport Class Reference

#include <channel_transport.h>

Inheritance diagram for webrtc::test::VoiceChannelTransport:
webrtc::test::UdpTransportData webrtc::test::UdpTransportData

Public Member Functions

 VoiceChannelTransport (VoENetwork *voe_network, int channel)
 
virtual ~VoiceChannelTransport ()
 
void IncomingRTPPacket (const int8_t *incoming_rtp_packet, const size_t packet_length, const char *, const uint16_t) override
 
void IncomingRTCPPacket (const int8_t *incoming_rtcp_packet, const size_t packet_length, const char *, const uint16_t) override
 
int SetLocalReceiver (uint16_t rtp_port)
 
int SetSendDestination (const char *ip_address, uint16_t rtp_port)
 
 VoiceChannelTransport (VoENetwork *voe_network, int channel)
 
virtual ~VoiceChannelTransport ()
 
void IncomingRTPPacket (const int8_t *incoming_rtp_packet, const size_t packet_length, const char *, const uint16_t) override
 
void IncomingRTCPPacket (const int8_t *incoming_rtcp_packet, const size_t packet_length, const char *, const uint16_t) override
 
int SetLocalReceiver (uint16_t rtp_port)
 
int SetSendDestination (const char *ip_address, uint16_t rtp_port)
 
- Public Member Functions inherited from webrtc::test::UdpTransportData
virtual ~UdpTransportData ()
 
virtual ~UdpTransportData ()
 

Constructor & Destructor Documentation

◆ VoiceChannelTransport() [1/2]

webrtc::test::VoiceChannelTransport::VoiceChannelTransport ( VoENetwork voe_network,
int  channel 
)

◆ ~VoiceChannelTransport() [1/2]

webrtc::test::VoiceChannelTransport::~VoiceChannelTransport ( )
virtual

◆ VoiceChannelTransport() [2/2]

webrtc::test::VoiceChannelTransport::VoiceChannelTransport ( VoENetwork voe_network,
int  channel 
)

◆ ~VoiceChannelTransport() [2/2]

virtual webrtc::test::VoiceChannelTransport::~VoiceChannelTransport ( )
virtual

Member Function Documentation

◆ IncomingRTCPPacket() [1/2]

void webrtc::test::VoiceChannelTransport::IncomingRTCPPacket ( const int8_t incoming_rtcp_packet,
const size_t  packet_length,
const char *  ,
const uint16_t   
)
overridevirtual

◆ IncomingRTCPPacket() [2/2]

void webrtc::test::VoiceChannelTransport::IncomingRTCPPacket ( const int8_t incoming_rtcp_packet,
const size_t  packet_length,
const char *  ,
const uint16_t   
)
overridevirtual

◆ IncomingRTPPacket() [1/2]

void webrtc::test::VoiceChannelTransport::IncomingRTPPacket ( const int8_t incoming_rtp_packet,
const size_t  packet_length,
const char *  ,
const uint16_t   
)
overridevirtual

◆ IncomingRTPPacket() [2/2]

void webrtc::test::VoiceChannelTransport::IncomingRTPPacket ( const int8_t incoming_rtp_packet,
const size_t  packet_length,
const char *  ,
const uint16_t   
)
overridevirtual

◆ SetLocalReceiver() [1/2]

int webrtc::test::VoiceChannelTransport::SetLocalReceiver ( uint16_t  rtp_port)

◆ SetLocalReceiver() [2/2]

int webrtc::test::VoiceChannelTransport::SetLocalReceiver ( uint16_t  rtp_port)

◆ SetSendDestination() [1/2]

int webrtc::test::VoiceChannelTransport::SetSendDestination ( const char *  ip_address,
uint16_t  rtp_port 
)

◆ SetSendDestination() [2/2]

int webrtc::test::VoiceChannelTransport::SetSendDestination ( const char *  ip_address,
uint16_t  rtp_port 
)

The documentation for this class was generated from the following files: