コード例 #1
0
 protected RTSPClient(UsageEnvironment env, string rtspURL, int verbosityLevel, string applicationName, ushort tunnelOverHTTPPortNum)
     : base(impl.TypeInfo)
 {
     __cxxi_LayoutClass();
     Native = impl.RTSPClient(impl.Alloc(this), env, rtspURL, verbosityLevel, applicationName, tunnelOverHTTPPortNum);
 }