Loading core/api/module-lib-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,8 @@ package android.media { public class MediaMetadataRetriever implements java.lang.AutoCloseable { field public static final int METADATA_KEY_VIDEO_CODEC_MIME_TYPE = 40; // 0x28 field public static final int METADATA_KEY_XMP_LENGTH = 42; // 0x2a field public static final int METADATA_KEY_XMP_OFFSET = 41; // 0x29 } } Loading media/java/android/media/MediaMetadataRetriever.java +19 −3 Original line number Diff line number Diff line Loading @@ -1313,14 +1313,14 @@ public class MediaMetadataRetriever implements AutoCloseable { public static final int METADATA_KEY_VIDEO_FRAME_COUNT = 32; /** * If the media contains EXIF data, this key retrieves the offset value * If the media contains EXIF data, this key retrieves the offset (in bytes) * of the data. */ public static final int METADATA_KEY_EXIF_OFFSET = 33; /** * If the media contains EXIF data, this key retrieves the length of the * data. * If the media contains EXIF data, this key retrieves the length (in bytes) * of the data. */ public static final int METADATA_KEY_EXIF_LENGTH = 34; Loading Loading @@ -1371,5 +1371,21 @@ public class MediaMetadataRetriever implements AutoCloseable { @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_VIDEO_CODEC_MIME_TYPE = 40; /** * If the media contains XMP data, this key retrieves the offset (in bytes) * of the data. * @hide */ @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_XMP_OFFSET = 41; /** * If the media contains XMP data, this key retrieves the length (in bytes) * of the data. * @hide */ @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_XMP_LENGTH = 42; // Add more here... } Loading
core/api/module-lib-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,8 @@ package android.media { public class MediaMetadataRetriever implements java.lang.AutoCloseable { field public static final int METADATA_KEY_VIDEO_CODEC_MIME_TYPE = 40; // 0x28 field public static final int METADATA_KEY_XMP_LENGTH = 42; // 0x2a field public static final int METADATA_KEY_XMP_OFFSET = 41; // 0x29 } } Loading
media/java/android/media/MediaMetadataRetriever.java +19 −3 Original line number Diff line number Diff line Loading @@ -1313,14 +1313,14 @@ public class MediaMetadataRetriever implements AutoCloseable { public static final int METADATA_KEY_VIDEO_FRAME_COUNT = 32; /** * If the media contains EXIF data, this key retrieves the offset value * If the media contains EXIF data, this key retrieves the offset (in bytes) * of the data. */ public static final int METADATA_KEY_EXIF_OFFSET = 33; /** * If the media contains EXIF data, this key retrieves the length of the * data. * If the media contains EXIF data, this key retrieves the length (in bytes) * of the data. */ public static final int METADATA_KEY_EXIF_LENGTH = 34; Loading Loading @@ -1371,5 +1371,21 @@ public class MediaMetadataRetriever implements AutoCloseable { @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_VIDEO_CODEC_MIME_TYPE = 40; /** * If the media contains XMP data, this key retrieves the offset (in bytes) * of the data. * @hide */ @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_XMP_OFFSET = 41; /** * If the media contains XMP data, this key retrieves the length (in bytes) * of the data. * @hide */ @SystemApi(client = MODULE_LIBRARIES) public static final int METADATA_KEY_XMP_LENGTH = 42; // Add more here... }