|
| MockDecoderDatabase (rtc::scoped_refptr< AudioDecoderFactory > factory=nullptr) |
|
virtual | ~MockDecoderDatabase () |
|
| MOCK_METHOD0 (Die, void()) |
|
| MOCK_CONST_METHOD0 (Empty, bool()) |
|
| MOCK_CONST_METHOD0 (Size, int()) |
|
| MOCK_METHOD0 (Reset, void()) |
|
| MOCK_METHOD3 (RegisterPayload, int(uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &name)) |
|
| MOCK_METHOD2 (RegisterPayload, int(int rtp_payload_type, const SdpAudioFormat &audio_format)) |
|
| MOCK_METHOD4 (InsertExternal, int(uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &codec_name, AudioDecoder *decoder)) |
|
| MOCK_METHOD1 (Remove, int(uint8_t rtp_payload_type)) |
|
| MOCK_METHOD0 (RemoveAll, void()) |
|
| MOCK_CONST_METHOD1 (GetDecoderInfo, const DecoderInfo *(uint8_t rtp_payload_type)) |
|
| MOCK_METHOD2 (SetActiveDecoder, int(uint8_t rtp_payload_type, bool *new_decoder)) |
|
| MOCK_CONST_METHOD0 (GetActiveDecoder, AudioDecoder *()) |
|
| MOCK_METHOD1 (SetActiveCngDecoder, int(uint8_t rtp_payload_type)) |
|
| MOCK_CONST_METHOD0 (GetActiveCngDecoder, ComfortNoiseDecoder *()) |
|
| MockDecoderDatabase (rtc::scoped_refptr< AudioDecoderFactory > factory=nullptr) |
|
virtual | ~MockDecoderDatabase () |
|
| MOCK_METHOD0 (Die, void()) |
|
| MOCK_CONST_METHOD0 (Empty, bool()) |
|
| MOCK_CONST_METHOD0 (Size, int()) |
|
| MOCK_METHOD0 (Reset, void()) |
|
| MOCK_METHOD3 (RegisterPayload, int(uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &name)) |
|
| MOCK_METHOD2 (RegisterPayload, int(int rtp_payload_type, const SdpAudioFormat &audio_format)) |
|
| MOCK_METHOD4 (InsertExternal, int(uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &codec_name, AudioDecoder *decoder)) |
|
| MOCK_METHOD1 (Remove, int(uint8_t rtp_payload_type)) |
|
| MOCK_METHOD0 (RemoveAll, void()) |
|
| MOCK_CONST_METHOD1 (GetDecoderInfo, const DecoderInfo *(uint8_t rtp_payload_type)) |
|
| MOCK_METHOD2 (SetActiveDecoder, int(uint8_t rtp_payload_type, bool *new_decoder)) |
|
| MOCK_CONST_METHOD0 (GetActiveDecoder, AudioDecoder *()) |
|
| MOCK_METHOD1 (SetActiveCngDecoder, int(uint8_t rtp_payload_type)) |
|
| MOCK_CONST_METHOD0 (GetActiveCngDecoder, ComfortNoiseDecoder *()) |
|
| DecoderDatabase (const rtc::scoped_refptr< AudioDecoderFactory > &decoder_factory) |
|
virtual | ~DecoderDatabase () |
|
virtual bool | Empty () const |
|
virtual int | Size () const |
|
virtual void | Reset () |
|
virtual int | RegisterPayload (uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &name) |
|
virtual int | RegisterPayload (int rtp_payload_type, const SdpAudioFormat &audio_format) |
|
virtual int | InsertExternal (uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &codec_name, AudioDecoder *decoder) |
|
virtual int | Remove (uint8_t rtp_payload_type) |
|
virtual void | RemoveAll () |
|
virtual const DecoderInfo * | GetDecoderInfo (uint8_t rtp_payload_type) const |
|
virtual int | SetActiveDecoder (uint8_t rtp_payload_type, bool *new_decoder) |
|
virtual AudioDecoder * | GetActiveDecoder () const |
|
virtual int | SetActiveCngDecoder (uint8_t rtp_payload_type) |
|
virtual ComfortNoiseDecoder * | GetActiveCngDecoder () const |
|
AudioDecoder * | GetDecoder (uint8_t rtp_payload_type) const |
|
bool | IsType (uint8_t rtp_payload_type, const char *name) const |
|
bool | IsType (uint8_t rtp_payload_type, const std::string &name) const |
|
bool | IsComfortNoise (uint8_t rtp_payload_type) const |
|
bool | IsDtmf (uint8_t rtp_payload_type) const |
|
bool | IsRed (uint8_t rtp_payload_type) const |
|
int | CheckPayloadTypes (const PacketList &packet_list) const |
|
| DecoderDatabase (const rtc::scoped_refptr< AudioDecoderFactory > &decoder_factory) |
|
virtual | ~DecoderDatabase () |
|
virtual bool | Empty () const |
|
virtual int | Size () const |
|
virtual void | Reset () |
|
virtual int | RegisterPayload (uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &name) |
|
virtual int | RegisterPayload (int rtp_payload_type, const SdpAudioFormat &audio_format) |
|
virtual int | InsertExternal (uint8_t rtp_payload_type, NetEqDecoder codec_type, const std::string &codec_name, AudioDecoder *decoder) |
|
virtual int | Remove (uint8_t rtp_payload_type) |
|
virtual void | RemoveAll () |
|
virtual const DecoderInfo * | GetDecoderInfo (uint8_t rtp_payload_type) const |
|
virtual int | SetActiveDecoder (uint8_t rtp_payload_type, bool *new_decoder) |
|
virtual AudioDecoder * | GetActiveDecoder () const |
|
virtual int | SetActiveCngDecoder (uint8_t rtp_payload_type) |
|
virtual ComfortNoiseDecoder * | GetActiveCngDecoder () const |
|
AudioDecoder * | GetDecoder (uint8_t rtp_payload_type) const |
|
bool | IsType (uint8_t rtp_payload_type, const char *name) const |
|
bool | IsType (uint8_t rtp_payload_type, const std::string &name) const |
|
bool | IsComfortNoise (uint8_t rtp_payload_type) const |
|
bool | IsDtmf (uint8_t rtp_payload_type) const |
|
bool | IsRed (uint8_t rtp_payload_type) const |
|
int | CheckPayloadTypes (const PacketList &packet_list) const |
|