possible fix for #89
and mentioning both container and codec in the title
This commit is contained in:
parent
60d82c16d7
commit
aaaf7566f3
1 changed files with 5 additions and 3 deletions
|
|
@ -16,9 +16,11 @@ public class DirectPlayCodec {
|
||||||
public enum Codec {
|
public enum Codec {
|
||||||
FLAC("FLAC","flac|flac"),
|
FLAC("FLAC","flac|flac"),
|
||||||
MP3("MP3", "mp3|mp3"),
|
MP3("MP3", "mp3|mp3"),
|
||||||
AAC("AAC", "m4a|aac"),
|
OPUS("Opus", "opus|opus"),
|
||||||
OGG("OGG", "ogg|vorbis"),
|
AAC("M4A-AAC", "m4a|aac"),
|
||||||
MKA("MKA", "mka|opus");
|
OGG("OGG-Vorbis", "ogg|vorbis"),
|
||||||
|
OOPUS("OGG-Opus", "ogg|opus"),
|
||||||
|
MKA("MKA-Opus", "mka|opus");
|
||||||
|
|
||||||
public final String title;
|
public final String title;
|
||||||
public final String value;
|
public final String value;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue