public virtual bool call(CAMediaType_t eMediaType, string strDestUserId)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_call(swigCPtr, (int)eMediaType, strDestUserId);

            if (clWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public virtual bool call(CAMediaType_t eMediaType, string strDestUserId)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_call(swigCPtr, (int)eMediaType, strDestUserId);
     if (clWRAPPINVOKE.SWIGPendingException.Pending) throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public virtual bool setVideoFps(int nFps, CAMediaType_t eMediaType)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setVideoFps__SWIG_0(swigCPtr, nFps, (int)eMediaType);
     return ret;
 }
 public virtual bool setVideoDisplays(CAMediaType_t eVideoType)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setVideoDisplays__SWIG_2(swigCPtr, (int)eVideoType);
     return ret;
 }
 public virtual bool setVideoDisplays(CAMediaType_t eVideoType, long displayLocal, long displayRemote)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setVideoDisplays__SWIG_0(swigCPtr, (int)eVideoType, displayLocal, displayRemote);
     return ret;
 }
 public virtual bool setVideoBandwidthUploadMax(int nMax, CAMediaType_t eMediaType)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setVideoBandwidthUploadMax__SWIG_0(swigCPtr, nMax, (int)eMediaType);
     return ret;
 }
 public virtual bool setMute(bool bMuted, CAMediaType_t eMediaType)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setMute__SWIG_0(swigCPtr, bMuted, (int)eMediaType);
     return ret;
 }
        public virtual bool setVideoDisplays(CAMediaType_t eVideoType)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setVideoDisplays__SWIG_2(swigCPtr, (int)eVideoType);

            return(ret);
        }
        public virtual bool setVideoDisplays(CAMediaType_t eVideoType, long displayLocal, long displayRemote)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setVideoDisplays__SWIG_0(swigCPtr, (int)eVideoType, displayLocal, displayRemote);

            return(ret);
        }
Esempio n. 10
0
        public virtual CAMediaType_t getMediaType()
        {
            CAMediaType_t ret = (CAMediaType_t)clWRAPPINVOKE.CASessionCall_getMediaType(swigCPtr);

            return(ret);
        }
Esempio n. 11
0
        public virtual bool setVideoBandwidthDownloadMax(int nMax, CAMediaType_t eMediaType)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setVideoBandwidthDownloadMax__SWIG_0(swigCPtr, nMax, (int)eMediaType);

            return(ret);
        }
Esempio n. 12
0
        public virtual bool setVideoFps(int nFps, CAMediaType_t eMediaType)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setVideoFps__SWIG_0(swigCPtr, nFps, (int)eMediaType);

            return(ret);
        }
Esempio n. 13
0
        public virtual bool setMute(bool bMuted, CAMediaType_t eMediaType)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setMute__SWIG_0(swigCPtr, bMuted, (int)eMediaType);

            return(ret);
        }