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