OSDN Git Service

Full volume on remote submix for apps that need it
[android-x86/frameworks-base.git] / media / java / android / media / IAudioService.aidl
index 75fc03c..1c41432 100644 (file)
@@ -56,6 +56,8 @@ interface IAudioService {
 
     boolean isStreamMute(int streamType);
 
+    void forceRemoteSubmixFullVolume(boolean startForcing, IBinder cb);
+
     void setMasterMute(boolean state, int flags, String callingPackage, IBinder cb);
 
     boolean isMasterMute();