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