When I am developing an Android application, how to detect that the dolby is on or off?

651 views Asked by At

When I am developing an Android application, how to detect that the dolby is on or off?

I want to know whether the cellphone turn on the dolby by program code and does Android provide this application interface?

1

There are 1 answers

0
user3662783 On

There is an Android API from Dolby Developer which can be found at their website http://developer.dolby.com

You can make the following call DolbyAudioProcessing.getDolbyAudioProcessing() which will inform you if Dolby is available or not. If a "null" is returned, the Dolby Audio Processing isn't available.