1078-支持自动点播

This commit is contained in:
panlinlin
2024-06-12 00:22:16 +08:00
parent 46bf5b7a39
commit 291a87e1f7
7 changed files with 82 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
package com.genersoft.iot.vmp.jt1078.bean;
public enum JTMediaStreamType {
PLAY,PLAYBACK,TALK
}