派生自 development/c++

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