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