Player: 添加kWaitTrackReady选项决定播放器是否等待所有track ready再回调

This commit is contained in:
ziyue
2021-11-10 13:56:04 +08:00
parent e38f2253ff
commit b7e187d7af
5 changed files with 14 additions and 6 deletions

View File

@@ -331,6 +331,8 @@ extern const string kMediaTimeoutMS;
extern const string kBeatIntervalMS;
//是否为性能测试模式性能测试模式开启后不会解析rtp或rtmp包
extern const string kBenchmarkMode;
//播放器在触发播放成功事件时是否等待所有track ready时再回调
extern const string kWaitTrackReady;
}
} // namespace mediakit