HomeSort by relevance Sort by last modified time
    Searched defs:SendREDPayloadType (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 584 // DEPRECATED. Use SendREDPayloadType below that takes output parameter
587 int32_t SendREDPayloadType(int8_t& payloadType) const { // NOLINT
588 return SendREDPayloadType(&payloadType);
590 virtual int32_t SendREDPayloadType(int8_t* payload_type) const = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 803 int32_t ModuleRtpRtcpImpl::SendREDPayloadType(int8_t* payload_type) const {

Completed in 450 milliseconds