コード例 #1
0
ファイル: Endpoint.java プロジェクト: nishant-git/pjsua2
 public void onNatDetectionComplete(OnNatDetectionCompleteParam prm) {
   if (getClass() == Endpoint.class)
     pjsua2JNI.Endpoint_onNatDetectionComplete(
         swigCPtr, this, OnNatDetectionCompleteParam.getCPtr(prm), prm);
   else
     pjsua2JNI.Endpoint_onNatDetectionCompleteSwigExplicitEndpoint(
         swigCPtr, this, OnNatDetectionCompleteParam.getCPtr(prm), prm);
 }
コード例 #2
0
ファイル: Endpoint.java プロジェクト: sheytoon/Bisphone
 public void onNatDetectionComplete(OnNatDetectionCompleteParam onNatDetectionCompleteParam) {
   if (getClass() == Endpoint.class) {
     pjsua2JNI.Endpoint_onNatDetectionComplete(
         this.swigCPtr,
         this,
         OnNatDetectionCompleteParam.getCPtr(onNatDetectionCompleteParam),
         onNatDetectionCompleteParam);
   } else {
     pjsua2JNI.Endpoint_onNatDetectionCompleteSwigExplicitEndpoint(
         this.swigCPtr,
         this,
         OnNatDetectionCompleteParam.getCPtr(onNatDetectionCompleteParam),
         onNatDetectionCompleteParam);
   }
 }