优化语音广播流程

This commit is contained in:
648540858
2022-05-10 13:08:32 +08:00
parent 65fa75fb44
commit f8f65d473b
8 changed files with 157 additions and 59 deletions

View File

@@ -43,4 +43,5 @@ public interface IPlayService {
StreamInfo getDownLoadInfo(String deviceId, String channelId, String stream);
void audioBroadcast(Device device, String channelId, int timeout, AudioBroadcastEvent event);
void stopAudioBroadcast(String deviceId, String channelId);
}