static IntPtr n_RenderBitmap_IILandroid_graphics_RectF_(IntPtr jnienv, IntPtr native__this, int p0, int p1, IntPtr native_p2)
        {
            global::Org.Vudroid.Core.Codec.ICodecPage __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.Codec.ICodecPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Graphics.RectF            p2     = global::Java.Lang.Object.GetObject <global::Android.Graphics.RectF> (native_p2, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.RenderBitmap(p0, p1, p2));

            return(__ret);
        }
 static int n_GetHeight(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Vudroid.Core.Codec.ICodecPage __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.Codec.ICodecPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Height);
 }
 static void n_WaitForDecode(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Vudroid.Core.Codec.ICodecPage __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.Codec.ICodecPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.WaitForDecode();
 }
 static bool n_IsDecoding(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Vudroid.Core.Codec.ICodecPage __this = global::Java.Lang.Object.GetObject <global::Org.Vudroid.Core.Codec.ICodecPage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsDecoding);
 }