| 
    Beatmup
    
   | 
 
#include "wrapper.h"#include "include/Beatmup_Audio_Signal.h"#include "include/Beatmup_Audio_SignalPlot.h"#include "include/Beatmup_Audio_Playback.h"#include "include/Beatmup_Audio_HarmonicSource.h"#include <core/audio/playback/android/sles_playback.h>#include <core/audio/signal.h>#include <core/audio/signal_plot.h>#include <core/color/packing.h>Go to the source code of this file.
Variables | |
| JNIEnv * | jenv | 
| JNIEnv | jclass | 
| JNIEnv jobject | jCtx | 
| JNIEnv jobject jint | format | 
| JNIEnv jobject jint jint | samplerate | 
| JNIEnv jobject jint jint jint | channels | 
| JNIEnv jobject jint jint jint jfloat | fragment | 
| JNIEnv jobject jlong | handle | 
| JNIEnv | jobject | 
| JNIEnv jlong | hPlot | 
| JNIEnv jlong jlong | hSignal | 
| JNIEnv jlong jobject | jBitmap | 
| JNIEnv jlong jint | t1 | 
| JNIEnv jlong jint jint | t2 | 
| JNIEnv jlong jint jint jint | y1 | 
| JNIEnv jlong jint jint jint jint | y2 | 
| JNIEnv jlong jint jint jint jint jfloat | scale | 
| JNIEnv jlong jint | x1 | 
| JNIEnv jlong jint jint jint | x2 | 
| JNIEnv jlong jint | background | 
| JNIEnv jlong jint jint | color1 | 
| JNIEnv jlong jint jint jint | color2 | 
| try | |
| JNIEnv jlong jobject | jSource | 
| JNIEnv jlong jfloat | rad | 
| JNIEnv jlong jfloat | amp | 
| BEATMUP_OBJ | ( | Beatmup::Context | , | 
| ctx | , | ||
| jCtx | |||
| ) | 
Definition at line 40 of file wrapper_audio.cpp.
| BEATMUP_OBJ | ( | Beatmup::Audio::Signal | , | 
| signal | , | ||
| handle | |||
| ) | 
Definition at line 67 of file wrapper_audio.cpp.
| return | ( | jint | ) | -> getSampleFormat() | 
| return signal getChannelCount | ( | ) | 
| BEATMUP_OBJ | ( | Beatmup::Audio::SignalPlot | , | 
| plot | , | ||
| hPlot | |||
| ) | 
| BEATMUP_OBJ | ( | Beatmup::Audio::Signal | , | 
| signal | , | ||
| hSignal | |||
| ) | 
| plot setSignal | ( | signal | ) | 
| BEATMUP_OBJ | ( | Beatmup::AbstractBitmap | , | 
| bitmap | , | ||
| jBitmap | |||
| ) | 
| plot setBitmap | ( | bitmap | ) | 
| plot setPlotArea | ( | Beatmup::IntRectangle(x1, y1, x2, y2) | ) | 
| plot setPalette | ( | Beatmup::fromPackedInt((int32_t) background) | , | 
| Beatmup::fromPackedInt((int32_t) color1) | , | ||
| Beatmup::fromPackedInt((int32_t) color2) | |||
| ) | 
| plot setChannels | ( | channels | ) | 
      
  | 
  new | 
Definition at line 187 of file wrapper_audio.cpp.
| BEATMUP_OBJ | ( | Beatmup::Audio::BasicRealtimePlayback | , | 
| pb | , | ||
| handle | |||
| ) | 
| catch | ( | Beatmup::Audio::PlaybackException & | pex | ) | 
Definition at line 211 of file wrapper_audio.cpp.
| JNIMETHOD | ( | void | , | 
| stop | , | ||
| Java_Beatmup_Audio_Playback | , | ||
| stop | |||
| ) | 
| BEATMUP_OBJ | ( | Beatmup::Audio::AbstractPlayback | , | 
| pb | , | ||
| handle | |||
| ) | 
| BEATMUP_OBJ | ( | Beatmup::Audio::Source | , | 
| source | , | ||
| jSource | |||
| ) | 
| pb setSource | ( | source | ) | 
Definition at line 242 of file wrapper_audio.cpp.
| BEATMUP_OBJ | ( | Beatmup::Audio::HarmonicSource | , | 
| source | , | ||
| handle | |||
| ) | 
| source setPhase | ( | rad | ) | 
| source setAmplitude | ( | amp | ) | 
| JNIEnv * jenv | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jclass | 
Definition at line 36 of file wrapper_audio.cpp.
| jobject jCtx | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jobject jint format | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jobject jint jint samplerate | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jlong jint channels | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jobject jint jint jint jfloat fragment | 
Definition at line 36 of file wrapper_audio.cpp.
| JNIEnv jlong handle | 
Definition at line 63 of file wrapper_audio.cpp.
| JNIEnv jobject | 
Definition at line 120 of file wrapper_audio.cpp.
| JNIEnv jlong hPlot | 
Definition at line 120 of file wrapper_audio.cpp.
Definition at line 120 of file wrapper_audio.cpp.
Definition at line 131 of file wrapper_audio.cpp.
| JNIEnv jlong jint t1 | 
Definition at line 141 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint t2 | 
Definition at line 141 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint y1 | 
Definition at line 141 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint jint jint y2 | 
Definition at line 141 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint jint jint jfloat scale | 
Definition at line 141 of file wrapper_audio.cpp.
| JNIEnv jlong jint x1 | 
Definition at line 150 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint jint x2 | 
Definition at line 150 of file wrapper_audio.cpp.
| JNIEnv jlong jint background | 
Definition at line 159 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint color1 | 
Definition at line 159 of file wrapper_audio.cpp.
| JNIEnv jlong jint jint jint color2 | 
Definition at line 159 of file wrapper_audio.cpp.
| try | 
Definition at line 208 of file wrapper_audio.cpp.
Definition at line 226 of file wrapper_audio.cpp.
| JNIEnv jlong jfloat rad | 
Definition at line 254 of file wrapper_audio.cpp.
| JNIEnv jlong jfloat amp | 
Definition at line 262 of file wrapper_audio.cpp.