Add remote control chapter menu

This commit is contained in:
Luke Pulverenti
2014-05-12 14:04:25 -04:00
parent b9b568de13
commit 6314428830
18 changed files with 126 additions and 111 deletions

View File

@@ -2,7 +2,8 @@
{
public class AudioCodec
{
public const string AAC = "AAC";
public const string MP3 = "MP3";
public const string AAC = "aac";
public const string MP3 = "mp3";
public const string AC3 = "ac3";
}
}