Merge "Fix android_media_AudioSystem_getMasterMute return type."
This commit is contained in:
@@ -232,7 +232,7 @@ android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute
|
|||||||
return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
|
return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
|
||||||
}
|
}
|
||||||
|
|
||||||
static jfloat
|
static jboolean
|
||||||
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
|
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
|
||||||
{
|
{
|
||||||
bool mute;
|
bool mute;
|
||||||
|
|||||||
Reference in New Issue
Block a user