派生自 development/c++

pans
2019-03-13 a9f11208d625d06fb31140d380e230eddcc39c51
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}