Skip to content
Snippets Groups Projects
Commit e6147284 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Use OpenSLES for Amazon Fire TV

parent 8183707d
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ public class HWDecoderUtil {
/* getPlaybackHeadPosition returns an invalid position on Fire OS,
* thus Audiotrack is not usable */
new AudioOutputBySOC("ro.product.brand", "Amazon", AudioOutput.OPENSLES),
new AudioOutputBySOC("ro.product.manufacturer", "Amazon", AudioOutput.OPENSLES),
};
private static final HashMap<String, String> sSystemPropertyMap = new HashMap<String, String>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment