|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <mock_audio_decoder_factory.h>
Public Member Functions | |
| MOCK_METHOD0 (GetSupportedDecoders, std::vector< AudioCodecSpec >()) | |
| MOCK_METHOD1 (IsSupportedDecoder, bool(const SdpAudioFormat &)) | |
| std::unique_ptr< AudioDecoder > | MakeAudioDecoder (const SdpAudioFormat &format) |
| MOCK_METHOD2 (MakeAudioDecoderMock, void(const SdpAudioFormat &format, std::unique_ptr< AudioDecoder > *return_value)) | |
| MOCK_METHOD0 (GetSupportedDecoders, std::vector< AudioCodecSpec >()) | |
| MOCK_METHOD1 (IsSupportedDecoder, bool(const SdpAudioFormat &)) | |
| std::unique_ptr< AudioDecoder > | MakeAudioDecoder (const SdpAudioFormat &format) |
| MOCK_METHOD2 (MakeAudioDecoderMock, void(const SdpAudioFormat &format, std::unique_ptr< AudioDecoder > *return_value)) | |
Public Member Functions inherited from webrtc::AudioDecoderFactory | |
| virtual std::vector< AudioCodecSpec > | GetSupportedDecoders ()=0 |
| virtual bool | IsSupportedDecoder (const SdpAudioFormat &format)=0 |
| virtual std::vector< AudioCodecSpec > | GetSupportedDecoders ()=0 |
| virtual bool | IsSupportedDecoder (const SdpAudioFormat &format)=0 |
Public Member Functions inherited from rtc::RefCountInterface | |
| virtual int | AddRef () const =0 |
| virtual int | Release () const =0 |
| virtual int | AddRef () const =0 |
| virtual int | Release () const =0 |
Static Public Member Functions | |
| static rtc::scoped_refptr< webrtc::MockAudioDecoderFactory > | CreateUnusedFactory () |
| static rtc::scoped_refptr< webrtc::MockAudioDecoderFactory > | CreateEmptyFactory () |
| static rtc::scoped_refptr< webrtc::MockAudioDecoderFactory > | CreateUnusedFactory () |
| static rtc::scoped_refptr< webrtc::MockAudioDecoderFactory > | CreateEmptyFactory () |
Additional Inherited Members | |
Protected Member Functions inherited from rtc::RefCountInterface | |
| virtual | ~RefCountInterface () |
| virtual | ~RefCountInterface () |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinevirtual |
Implements webrtc::AudioDecoderFactory.
|
inlinevirtual |
Implements webrtc::AudioDecoderFactory.
| webrtc::MockAudioDecoderFactory::MOCK_METHOD0 | ( | GetSupportedDecoders | , |
| std::vector< AudioCodecSpec > | () | ||
| ) |
| webrtc::MockAudioDecoderFactory::MOCK_METHOD0 | ( | GetSupportedDecoders | , |
| std::vector< AudioCodecSpec > | () | ||
| ) |
| webrtc::MockAudioDecoderFactory::MOCK_METHOD1 | ( | IsSupportedDecoder | , |
| bool(const SdpAudioFormat &) | |||
| ) |
| webrtc::MockAudioDecoderFactory::MOCK_METHOD1 | ( | IsSupportedDecoder | , |
| bool(const SdpAudioFormat &) | |||
| ) |
| webrtc::MockAudioDecoderFactory::MOCK_METHOD2 | ( | MakeAudioDecoderMock | , |
| void(const SdpAudioFormat &format, std::unique_ptr< AudioDecoder > *return_value) | |||
| ) |
| webrtc::MockAudioDecoderFactory::MOCK_METHOD2 | ( | MakeAudioDecoderMock | , |
| void(const SdpAudioFormat &format, std::unique_ptr< AudioDecoder > *return_value) | |||
| ) |
1.8.13