add srt config for lantency multiplier

This commit is contained in:
xiongguangjie
2022-06-06 19:55:47 +08:00
parent 9f357c24b8
commit 83d75c9a72
5 changed files with 16 additions and 5 deletions

View File

@@ -273,5 +273,10 @@ void SrtTransportImp::doCachedFunc() {
_cached_func.clear();
}
int SrtTransportImp::getLantencyMul(){
GET_CONFIG(int, lantencyMul, kLantencyMul);
return lantencyMul;
}
} // namespace SRT