Esempio n. 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);
        }
Esempio n. 2
0
 internal static HandleRef getCPtr(QoS obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(QoS obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }