chenshijun
2019-04-22 26458587182bf9a2bc10a5fa8e5ab6e41211da74
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}