Пример #1
0
 static void n_Set_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlSint __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlSint> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Set(p0);
 }
Пример #2
0
 static long n_Get(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlSint __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlSint> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Get());
 }