test if sample rate is supported by android sound card, remove areStreamsEncrypted from Android

This commit is contained in:
Jehan Monnier 2011-11-08 16:21:25 +01:00
parent cb3f7eb556
commit 32527a1bc1
3 changed files with 1 additions and 5 deletions

View file

@ -1577,9 +1577,6 @@ extern "C" jboolean Java_org_linphone_core_LinphoneCallImpl_isAuthenticationToke
LinphoneCall *call = (LinphoneCall *) ptr;
return linphone_call_get_authentication_token_verified(call);
}
extern "C" jboolean Java_org_linphone_core_LinphoneCallImpl_areStreamsEncrypted(JNIEnv* env,jobject thiz,jlong ptr) {
return linphone_call_are_all_streams_encrypted((LinphoneCall *) ptr);
}
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_soundResourcesLocked(JNIEnv* env,jobject thiz,jlong ptr){
return linphone_core_sound_resources_locked((LinphoneCore *) ptr);

View file

@ -223,6 +223,5 @@ public interface LinphoneCall {
String getAuthenticationToken();
boolean isAuthenticationTokenVerified();
boolean areStreamsEncrypted();
boolean isInConference();
}

@ -1 +1 @@
Subproject commit 548a7f014b5066d1d4571f91eb4440aefa35244b
Subproject commit e39ed3940eb2d4c0589ea488f9a2eba5a335f059