Searched refs:native_audio_source (Results 1 – 1 of 1) sorted by relevance
174 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer() argument176 return (jlong)new OboePlayer(env, (AudioSource*)native_audio_source, playerSubtype); in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer()