Пример #1
0
 static void n_PostMessage_Lorg_jcodec_common_logging_Logger_Message_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Jcodec.Common.Logging.Logger.ILogSink __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Common.Logging.Logger.ILogSink> (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);
 }