mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Adjust externally loaded image URI MIME type definition
Adjust the Javadoc to highlight that data of this MIME type just contains a URI, not the actual image content. And also remove the superfluous "key" part of the MIME type string that doesn't really add information (and it's also really just an URI, not an URI key). PiperOrigin-RevId: 567560238
This commit is contained in:
parent
190fd7abc6
commit
b2016cc484
1 changed files with 2 additions and 2 deletions
|
|
@ -151,10 +151,10 @@ public final class MimeTypes {
|
|||
@UnstableApi
|
||||
public static final String APPLICATION_MEDIA3_CUES = BASE_TYPE_APPLICATION + "/x-media3-cues";
|
||||
|
||||
/** MIME type for image content loaded from an external image management framework. */
|
||||
/** MIME type for an image URI loaded from an external image management framework. */
|
||||
@UnstableApi
|
||||
public static final String APPLICATION_EXTERNALLY_LOADED_IMAGE =
|
||||
BASE_TYPE_APPLICATION + "/x-image-uri-key";
|
||||
BASE_TYPE_APPLICATION + "/x-image-uri";
|
||||
|
||||
// image/ MIME types
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue