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

Commit 6d9ce04b authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Add key for sample rate and bits per sample" am: f7c4c728 am: f4f1adbf

am: 2ed56610

Change-Id: Ifa36a12171a95a8c67240ba55ed6b682a045a3e8
parents 97dfb6ae 2ed56610
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -958,4 +958,16 @@ public class MediaMetadataRetriever
     */
    public static final int METADATA_KEY_COLOR_RANGE    = 37;
    // Add more here...

    /**
     * This key retrieves the sample rate, if available.
     * @hide
     */
    public static final int METADATA_KEY_SAMPLERATE      = 38;

    /**
     * This key retrieves the bits per sample, if available.
     * @hide
     */
    public static final int METADATA_KEY_BITS_PER_SAMPLE = 39;
}