Esempio n. 1
0
        public static MediaContent parse(byte[] pData, uint nSize, string pType)
        {
            IntPtr       cPtr = tinyWRAPPINVOKE.MediaContent_parse__SWIG_0(pData, nSize, pType);
            MediaContent ret  = (cPtr == IntPtr.Zero) ? null : new MediaContent(cPtr, true);

            return(ret);
        }
Esempio n. 2
0
 internal static HandleRef getCPtr(MediaContent obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(MediaContent obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }