chenshijun
2019-03-25 9180f067df9799bf064cb7b3c182d4d9b21e4b18
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}