Skip to content

Commit

Permalink
Add some MimeTypes that will be useful in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Oct 27, 2014
1 parent f859205 commit 6aeb989
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public class MimeTypes {

public static final String AUDIO_MP4 = BASE_TYPE_AUDIO + "/mp4";
public static final String AUDIO_AAC = BASE_TYPE_AUDIO + "/mp4a-latm";
public static final String AUDIO_AC3 = BASE_TYPE_AUDIO + "/ac3";
public static final String AUDIO_EC3 = BASE_TYPE_AUDIO + "/eac3";

public static final String TEXT_VTT = BASE_TYPE_TEXT + "/vtt";

Expand Down

0 comments on commit 6aeb989

Please sign in to comment.