Exemplo n.º 1
0
 static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vpx.NopRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vpx.NopRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }
Exemplo n.º 2
0
 static int n_GetSegment(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vpx.NopRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vpx.NopRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Segment);
 }
Exemplo n.º 3
0
 static IntPtr n_GetSegmentQps(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vpx.NopRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vpx.NopRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewArray(__this.GetSegmentQps()));
 }