派生自 development/c++

pansen
2019-03-01 74f8c4a581f62cb06a07c57cffe5841d4a528359
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}