17139b9fe6
After #3097, the java side pass command line argument to JNI for freerdp settings. However there's several issues need to be fixed: 1. The argument /sound should be appended if freerdp is required to play sound at local device 2. The option value for "audio-mode" is not correct. It should match the definition in client/common/cmdline.c /* Audio Mode */ define AUDIO_MODE_REDIRECT 0 /* Bring to this computer */ define AUDIO_MODE_PLAY_ON_SERVER 1 /* Leave at remote computer */ define AUDIO_MODE_NONE 2 /* Do not play */ 3. Uncomment support for WAVE_FORMAT_PCM in audin. I tested on my android phone and Nokia N1 tablet. It works on both device |
||
---|---|---|
.. | ||
Studio | ||
android_cliprdr.c | ||
android_cliprdr.h | ||
android_event.c | ||
android_event.h | ||
android_freerdp_jni.h | ||
android_freerdp.c | ||
android_freerdp.h | ||
android_jni_callback.c | ||
android_jni_callback.h | ||
android_jni_utils.c | ||
android_jni_utils.h | ||
CMakeLists.txt |