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