예제 #1
0
        public QoS sessionGetQoS(twrap_media_type_t media)
        {
            IntPtr cPtr = tinyWRAPPINVOKE.MediaSessionMgr_sessionGetQoS(swigCPtr, (int)media);
            QoS    ret  = (cPtr == IntPtr.Zero) ? null : new QoS(cPtr, true);

            return(ret);
        }
예제 #2
0
파일: QoS.cs 프로젝트: ptsolmyr/doubango
 internal static HandleRef getCPtr(QoS obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(QoS obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }