mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-19 23:02:21 +08:00
添加获取类型方法
This commit is contained in:
@@ -558,3 +558,7 @@ void RtpExt::clearExt(){
|
||||
void RtpExt::setType(RtpExtType type) {
|
||||
_type = type;
|
||||
}
|
||||
|
||||
RtpExtType RtpExt::getType() const {
|
||||
return _type;
|
||||
}
|
||||
Reference in New Issue
Block a user