Example #1
0
        static void n_Read_Ljava_util_Map_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Org.Jcodec.Containers.Mxf.Model.Identification __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mxf.Model.Identification> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            var p0 = global::Android.Runtime.JavaDictionary <global::Java.Lang.Integer, global::Java.Nio.ByteBuffer> .FromJniHandle(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.Read(p0);
        }
Example #2
0
 static IntPtr n_GetCompanyName(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mxf.Model.Identification __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mxf.Model.Identification> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.CompanyName));
 }
Example #3
0
 static short n_GetVersionString(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mxf.Model.Identification __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mxf.Model.Identification> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.VersionString);
 }
Example #4
0
 static IntPtr n_GetThisGenerationUID(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mxf.Model.Identification __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mxf.Model.Identification> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ThisGenerationUID));
 }