Expose run function to NetEqSimulator
Bug: webrtc:11005 Change-Id: I84f01536b40ba17e66877cdced194e05b882b5c5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167537 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30405}
This commit is contained in:
@ -92,7 +92,7 @@ class NetEqTest : public NetEqSimulator {
|
||||
~NetEqTest() override;
|
||||
|
||||
// Runs the test. Returns the duration of the produced audio in ms.
|
||||
int64_t Run();
|
||||
int64_t Run() override;
|
||||
// Runs the simulation until we hit the next GetAudio event. If the simulation
|
||||
// is finished, is_simulation_finished will be set to true in the returned
|
||||
// SimulationStepResult.
|
||||
|
||||
Reference in New Issue
Block a user