#include <stdio.h>
#include <iostream>
#include "gflags/gflags.h"
#include "webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.h"
#include "webrtc/test/testsupport/fileutils.h"
#include "webrtc/typedefs.h"
◆ DEFINE_double()
DEFINE_double |
( |
drift |
, |
|
|
0. |
1, |
|
|
"Clockdrift factor." |
|
|
) |
| |
◆ DEFINE_int32() [1/2]
DEFINE_int32 |
( |
runtime_ms |
, |
|
|
10000 |
, |
|
|
"Simulated runtime in ms." |
|
|
) |
| |
◆ DEFINE_int32() [2/2]
DEFINE_int32 |
( |
lossrate |
, |
|
|
10 |
, |
|
|
"Packet lossrate; drop every N packets." |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |