OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTPPayloadRegistry
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc
18
RTPPayloadRegistry
::
RTPPayloadRegistry
(RTPPayloadStrategy* rtp_payload_strategy)
31
RTPPayloadRegistry
::~
RTPPayloadRegistry
() {
39
int32_t
RTPPayloadRegistry
::RegisterReceivePayload(
124
int32_t
RTPPayloadRegistry
::DeRegisterReceivePayload(
138
void
RTPPayloadRegistry
::DeregisterAudioCodecOrRedTypeRegardlessOfPayloadType(
171
int32_t
RTPPayloadRegistry
::ReceivePayloadType(
221
bool
RTPPayloadRegistry
::RtxEnabled() const {
226
bool
RTPPayloadRegistry
::IsRtx(const RTPHeader& header) const
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
54
class
RTPPayloadRegistry
{
57
explicit
RTPPayloadRegistry
(RTPPayloadStrategy* rtp_payload_strategy);
58
~
RTPPayloadRegistry
();
Completed in 263 milliseconds