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