示例#1
0
 static void n_SetRate_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetRate(p0);
 }
示例#2
0
 static int n_GetInitQp(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.InitQp);
 }
示例#3
0
 static int n_CalcFrameSize_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.H264FixedRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CalcFrameSize(p0));
 }