派生自 development/c++

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