派生自 development/c++

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