|
| MOCK_METHOD2 (OnReceiveRatesUpdated, void(uint32_t bitRate, uint32_t frameRate)) |
|
| MOCK_METHOD2 (OnCompleteFrame, void(bool is_keyframe, size_t size_bytes)) |
|
| MOCK_METHOD1 (OnDiscardedPacketsUpdated, void(int discarded_packets)) |
|
| MOCK_METHOD1 (OnFrameCountsUpdated, void(const FrameCounts &frame_counts)) |
|
| MOCK_METHOD7 (OnFrameBufferTimingsUpdated, void(int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms)) |
|
virtual void | OnReceiveRatesUpdated (uint32_t bitRate, uint32_t frameRate)=0 |
|
virtual void | OnCompleteFrame (bool is_keyframe, size_t size_bytes)=0 |
|
virtual void | OnDiscardedPacketsUpdated (int discarded_packets)=0 |
|
virtual void | OnFrameCountsUpdated (const FrameCounts &frame_counts)=0 |
|
virtual void | OnFrameBufferTimingsUpdated (int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms)=0 |
|
virtual void | OnReceiveRatesUpdated (uint32_t bitRate, uint32_t frameRate)=0 |
|
virtual void | OnCompleteFrame (bool is_keyframe, size_t size_bytes)=0 |
|
virtual void | OnDiscardedPacketsUpdated (int discarded_packets)=0 |
|
virtual void | OnFrameCountsUpdated (const FrameCounts &frame_counts)=0 |
|
virtual void | OnFrameBufferTimingsUpdated (int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms)=0 |
|
◆ MOCK_METHOD1() [1/2]
◆ MOCK_METHOD1() [2/2]
◆ MOCK_METHOD2() [1/2]
◆ MOCK_METHOD2() [2/2]
webrtc::video_coding::VCMReceiveStatisticsCallbackMock::MOCK_METHOD2 |
( |
OnCompleteFrame |
, |
|
|
void(bool is_keyframe, size_t size_bytes) |
|
|
) |
| |
◆ MOCK_METHOD7()
webrtc::video_coding::VCMReceiveStatisticsCallbackMock::MOCK_METHOD7 |
( |
OnFrameBufferTimingsUpdated |
, |
|
|
void(int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms) |
|
|
) |
| |
The documentation for this class was generated from the following file: