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

Commit ca3c639c authored by Shyam Pallapothu's avatar Shyam Pallapothu Committed by Android (Google) Code Review
Browse files

Merge "Added new bitrate values"

parents 9948ad7b 83cd9dcf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,6 +95,9 @@ public class MediaProperties {
    public static final int BITRATE_384K = 384000;
    public static final int BITRATE_512K = 512000;
    public static final int BITRATE_800K = 800000;
    public static final int BITRATE_2M = 2000000;
    public static final int BITRATE_5M = 5000000;
    public static final int BITRATE_8M = 8000000;

    // The array of supported bitrates
    private static final int[] SUPPORTED_BITRATES = new int[] {