XiaoQiTong
2022-10-15 dabee4ed7d503a06a78a7c12491416206a48eec1
1
2
3
4
5
6
7
8
package com.genersoft.iot.vmp.gb28181.bean;
 
public enum InviteStreamType {
 
    PLAY,PLAYBACK,PUSH,PROXY,CLOUD_RECORD_PUSH,CLOUD_RECORD_PROXY
 
 
}