• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

c

  1. K

    Notification icon

    Anyone know what this one is?
  2. DridriLaBastos

    Apps Cannot use Kotlin object pinnig to pass a buffer to a C function

    I am working on an app, and I need to pass a buffer of audio data from kotlin to a C function. The prototype of the C function is : DECL(void, fftBuildAudioData, const jshort* const recordedAudio) (DECL is a macro to declare the good prototype and name function to match JNI specifictions) I...
  3. M

    Returning a bitmap from a video properly

    I am using the following code to return a bitmap from a video using jni then to display it using c++ and Openframeworks.You may not be familiar with Openframeworks but it's just the last step, possibly there is an error with the code before using Openframeworks' ofImage object. These codes are...
Back
Top Bottom