Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d3cff12 authored by Rachad's avatar Rachad Committed by Android (Google) Code Review
Browse files

Merge "MediaCodec: Added E-AC3 mime type (@hide)." into lmp-mr1-dev

parents 8c52d9a0 6564f5be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -106,6 +106,10 @@ public final class MediaFormat {
    public static final String MIMETYPE_AUDIO_FLAC = "audio/flac";
    public static final String MIMETYPE_AUDIO_MSGSM = "audio/gsm";
    public static final String MIMETYPE_AUDIO_AC3 = "audio/ac3";
    /**
     * @hide
     */
    public static final String MIMETYPE_AUDIO_EAC3 = "audio/eac3";

    /**
     * MIME type for WebVTT subtitle data.