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