static IntPtr n_GetMessages(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Common.Logging.BufferLogSink __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Common.Logging.BufferLogSink> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Org.Jcodec.Common.Logging.Logger.Message> .ToLocalJniHandle(__this.Messages));
 }
 static void n_PostMessage_Lorg_jcodec_common_logging_Logger_Message_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Jcodec.Common.Logging.BufferLogSink  __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Common.Logging.BufferLogSink> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Jcodec.Common.Logging.Logger.Message p0     = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Common.Logging.Logger.Message> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.PostMessage(p0);
 }