Searched defs:RTPReceiverAudio (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_audio.h28 class RTPReceiverAudio : public RTPReceiverStrategy, class in namespace:webrtc
31 RTPReceiverAudio(RtpData* data_callback,
33 virtual ~RTPReceiverAudio() {}
H A Drtp_receiver_audio.cc25 return new RTPReceiverAudio(data_callback, incoming_messages_callback);
28 RTPReceiverAudio::RTPReceiverAudio(RtpData* data_callback, function in class:webrtc::RTPReceiverAudio
50 void RTPReceiverAudio::SetTelephoneEventForwardToDecoder(
57 bool RTPReceiverAudio::TelephoneEventForwardToDecoder() const {
62 bool RTPReceiverAudio::TelephoneEventPayloadType(
68 bool RTPReceiverAudio::CNGPayloadType(int8_t payload_type,
117 bool RTPReceiverAudio::ShouldReportCsrcChanges(uint8_t payload_type) const {
154 int32_t RTPReceiverAudio::OnNewPayloadTypeCreated(
181 int32_t RTPReceiverAudio
[all...]

Completed in 158 milliseconds