xuxiuxi
2019-03-14 2b1a3988c9fd35c39e3e43d0382d65a13c45efee
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}