| | |
| | | package com.genersoft.iot.vmp.storager;
|
| | |
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.alibaba.fastjson.JSONObject;
|
| | | import com.genersoft.iot.vmp.common.PageResult;
|
| | |
| | | StreamInfo queryPlayBySSRC(String ssrc);
|
| | |
|
| | | StreamInfo queryPlayByDevice(String deviceId, String code);
|
| | |
|
| | | Map<String, StreamInfo> queryPlayByDeviceId(String deviceId);
|
| | |
|
| | | boolean startPlayBlack(StreamInfo streamInfo);
|
| | |
|
| | | boolean stopPlayBlack(StreamInfo streamInfo);
|
| | |
|
| | | StreamInfo queryPlayBlackByDevice(String deviceId, String channelId);
|
| | |
|
| | | StreamInfo queryPlayBlackBySSRC(String ssrc);
|
| | | }
|