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