派生自 development/c++

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