Add opus as supported audio codec for ExoPlayer

This commit is contained in:
Niels van Velzen
2022-01-15 19:18:33 +01:00
committed by Niels van Velzen
parent 9bcf6f7d20
commit f8c7ba0e83

View File

@@ -93,6 +93,7 @@ class ExoPlayerProfile(
CodecTypes.MP2,
CodecTypes.DCA,
CodecTypes.DTS,
CodecTypes.OPUS,
).joinToString(",")
}
})