dashboard
repositories
filestore
activity
search
login
main
/
adapter
Monica视频监控处理程序
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Monica视频监控处理
xc
2021-02-08
05760dc061cc472bfb28c96f5dcc188456620330
[adapter.git]
/
src
/
main
/
java
/
com
/
hbbh
/
adapter
/
controller
/
api
/
MonibucaAPI.java
1
2
3
4
5
6
7
8
9
10
11
package com.hbbh.adapter.controller.api;
public interface MonibucaAPI {
/**
* @return
* -1 解析失败
*
*/
public String parseVideoRTSP();
}