派生自 development/c++

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