Merge "Add key for sample rate and bits per sample"
am: f7c4c728fc
Change-Id: I92c6167d344897b27a891fa5c7c3f1d6c712e1e3
This commit is contained in:
@@ -958,4 +958,16 @@ public class MediaMetadataRetriever
|
|||||||
*/
|
*/
|
||||||
public static final int METADATA_KEY_COLOR_RANGE = 37;
|
public static final int METADATA_KEY_COLOR_RANGE = 37;
|
||||||
// Add more here...
|
// 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user