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