Conversation
|
How to use setPlaybackParameters? Current error is My code is current sdk version is 33,is it because of this? |
|
Yes, exactly. getSdkVersion gives you the SDK of your device. This means that playback parameters are only supported on devices on Android 17 and above |
But isn't the latest Android version only up to 16? |
|
Android has yearly major release and also minor QPR release. The playback parameters are added in Android 16 QPR2 release. The NDK API stub is in the aosp on Android 16 QPR2 release. But the NDK API only bump in major release. That indicates the playback parameters will officially supported via NDK API on Android 17. |
Got it. Thanks. |
Fixes #2272.