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