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