Update MediaFormat.java

declare WEBMA_OPUS
This commit is contained in:
kapodamy 2019-09-23 21:14:48 -03:00
parent 5f3c2f5622
commit 12008fc6bb
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public enum MediaFormat {
MP3 (0x300, "MP3", "mp3", "audio/mpeg"),
OPUS (0x400, "opus", "opus", "audio/opus"),
OGG (0x500, "ogg", "ogg", "audio/ogg"),
WEBMA_OPUS (0x200, "WebM Opus", "webm", "audio/webm"),
// subtitles formats
VTT (0x1000, "WebVTT", "vtt", "text/vtt"),
TTML (0x2000, "Timed Text Markup Language", "ttml", "application/ttml+xml"),