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

am: f4f1adbf8f

Change-Id: I64ceb88b1d7b40e8019fb11ce47307cf7c18df65
This commit is contained in:
Marco Nelissen
2018-11-03 18:21:30 -07:00
committed by android-build-merger

View File

@@ -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;
}