@@ -136,4 +136,6 @@ interface IMoGoWaringProvider : IMoGoFunctionProvider {
|
||||
* 展示VIP标识
|
||||
*/
|
||||
fun vipIdentification(visible: Boolean)
|
||||
|
||||
fun startRoadCameraLive(flvUrl: String)
|
||||
}
|
||||
@@ -12,4 +12,11 @@ import java.util.List;
|
||||
*/
|
||||
public interface IMoGoMonitoringProvider extends IMoGoFunctionServerProvider {
|
||||
List<CameraEntity> getCameraList();
|
||||
|
||||
void openCameraStream(String cameraIp);
|
||||
|
||||
/**
|
||||
* 防止回调摄像头列表View的相关调用
|
||||
*/
|
||||
void disposeCameraStream();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user