播放器track未初始化成功时间改成最大为5秒
This commit is contained in:
parent
ab97486200
commit
21cf3bcee0
|
|
@ -64,7 +64,7 @@ PlayerBase::PlayerBase() {
|
||||||
this->mINI::operator[](kTimeoutMS) = 10000;
|
this->mINI::operator[](kTimeoutMS) = 10000;
|
||||||
this->mINI::operator[](kMediaTimeoutMS) = 5000;
|
this->mINI::operator[](kMediaTimeoutMS) = 5000;
|
||||||
this->mINI::operator[](kBeatIntervalMS) = 5000;
|
this->mINI::operator[](kBeatIntervalMS) = 5000;
|
||||||
this->mINI::operator[](kMaxAnalysisMS) = 2000;
|
this->mINI::operator[](kMaxAnalysisMS) = 5000;
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////Demuxer//////////////////////////////
|
///////////////////////////Demuxer//////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue