Exemplo n.º 1
0
 static void n_SetSize_II(IntPtr jnienv, IntPtr native__this, int width, int height)
 {
     global::Org.Webrtc.GlTextureFrameBuffer __this = global::Java.Lang.Object.GetObject <global::Org.Webrtc.GlTextureFrameBuffer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetSize(width, height);
 }
Exemplo n.º 2
0
 static int n_GetHeight(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Webrtc.GlTextureFrameBuffer __this = global::Java.Lang.Object.GetObject <global::Org.Webrtc.GlTextureFrameBuffer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Height);
 }
Exemplo n.º 3
0
 static void n_Release(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Webrtc.GlTextureFrameBuffer __this = global::Java.Lang.Object.GetObject <global::Org.Webrtc.GlTextureFrameBuffer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Release();
 }