mk1990
2022-06-22 5e5437b6306b1a044d5b5c393e01a79a13ed7c30
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
 
 
}