static long n_FixTs_ILjava_nio_ByteBuffer_Z(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1, bool p2) { global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); global::Java.Nio.ByteBuffer p1 = global::Java.Lang.Object.GetObject <global::Java.Nio.ByteBuffer> (native_p1, JniHandleOwnership.DoNotTransfer); long __ret = __this.FixTs(p0, p1, p2); return(__ret); }
static void n_Fix_Ljava_io_File_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); global::Java.IO.File p0 = global::Java.Lang.Object.GetObject <global::Java.IO.File> (native_p0, JniHandleOwnership.DoNotTransfer); __this.Fix(p0); }
static long n_DoWithTimestamp_IJZ(IntPtr jnienv, IntPtr native__this, int p0, long p1, bool p2) { global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); return(__this.DoWithTimestamp(p0, p1, p2)); }
static bool n_IsVideo_I(IntPtr jnienv, IntPtr native__this, int p0) { global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); return(__this.IsVideo(p0)); }
static void n_FixMpeg2_ILjava_nio_ByteBuffer_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1) { global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Mpeg12.FixTimestamp> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); global::Java.Nio.ByteBuffer p1 = global::Java.Lang.Object.GetObject <global::Java.Nio.ByteBuffer> (native_p1, JniHandleOwnership.DoNotTransfer); __this.FixMpeg2(p0, p1); }