Example #1
0
 static void n_OnLoadError_ILjava_io_IOException_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
 {
     global::Com.Google.Android.Exoplayer.Chunk.IBaseChunkSampleSourceEventListener __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Exoplayer.Chunk.IBaseChunkSampleSourceEventListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.IO.IOException p1 = global::Java.Lang.Object.GetObject <global::Java.IO.IOException> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.OnLoadError(p0, p1);
 }