Example #1
0
 static bool n_IsRunning(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Fmod.FMODAudioDevice __this = global::Java.Lang.Object.GetObject <global::Org.Fmod.FMODAudioDevice> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsRunning);
 }
Example #2
0
 static void n_Close(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Fmod.FMODAudioDevice __this = global::Java.Lang.Object.GetObject <global::Org.Fmod.FMODAudioDevice> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Close();
 }
Example #3
0
 static int n_StartAudioRecord_III(IntPtr jnienv, IntPtr native__this, int p0, int p1, int p2)
 {
     global::Org.Fmod.FMODAudioDevice __this = global::Java.Lang.Object.GetObject <global::Org.Fmod.FMODAudioDevice> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.StartAudioRecord(p0, p1, p2));
 }