zhangmeng
2019-06-10 439a23896bda9c4e954092816354914e645579b6
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}