规范命名

This commit is contained in:
xiongziliang
2018-10-26 14:19:13 +08:00
parent 8f8eda9337
commit d0a73d0f97
4 changed files with 6 additions and 6 deletions

View File

@@ -79,8 +79,8 @@ public:
return _rtsp->readerCount() + _rtmp->readerCount();
}
void updateTimeStamp(uint32_t stamp){
_rtsp->updateTimeStamp(stamp);
void setTimeStamp(uint32_t stamp){
_rtsp->setTimeStamp(stamp);
}
private:
RtmpMediaSourceMuxer::Ptr _rtmp;