pans
2019-04-16 0ad5b3f85999c24ee3cc6b5c5593e3fcf6cd793c
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}