static IntPtr n_Decode_Lcom_bumptech_glide_load_model_ImageVideoWrapper_II(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2)
        {
            global::Com.Bumptech.Glide.Load.Resource.Bitmap.ImageVideoBitmapDecoder __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Bitmap.ImageVideoBitmapDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Bumptech.Glide.Load.Model.ImageVideoWrapper p0 = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Model.ImageVideoWrapper> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.Decode(p0, p1, p2));

            return(__ret);
        }
 static IntPtr n_GetId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Load.Resource.Bitmap.ImageVideoBitmapDecoder __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Bitmap.ImageVideoBitmapDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Id));
 }