Merge "Fix documentation bug with METADATA_KEY_LOCATION" into qt-dev am: 8b1f5ba17e

am: f754d1397c

Change-Id: Ib3d8c8da0ae7a8c2e4ef01c3fe57eeab87f34fd4
This commit is contained in:
Jesse Evans
2019-05-31 14:06:26 -07:00
committed by android-build-merger

View File

@@ -869,7 +869,7 @@ public class MediaMetadataRetriever implements AutoCloseable {
* This key retrieves the location information, if available.
* The location should be specified according to ISO-6709 standard, under
* a mp4/3gp box "@xyz". Location with longitude of -90 degrees and latitude
* of 180 degrees will be retrieved as "-90.0000+180.0000", for instance.
* of 180 degrees will be retrieved as "+180.0000-90.0000/", for instance.
*/
public static final int METADATA_KEY_LOCATION = 23;
/**