派生自 development/c++

miyanhui
2019-02-14 c6a77604029cc9abd45e04e5a66579dd2712222b
1
2
3
4
5
6
7
8
9
10
11
12
module RtspAnalys
{
    
 
    interface RtspAnalysServer
    {
    string recordVideo(string name);
    }
  
   
 
}