static int n_GetSegment(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vpx.VP8FixedRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vpx.VP8FixedRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Segment);
 }
 static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vpx.VP8FixedRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vpx.VP8FixedRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }