mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add video/raw to MimeTypes
PiperOrigin-RevId: 525693833
This commit is contained in:
parent
0f8fa232e7
commit
e020e159d4
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public final class MimeTypes {
|
|||
public static final String VIDEO_MJPEG = BASE_TYPE_VIDEO + "/mjpeg";
|
||||
public static final String VIDEO_MP42 = BASE_TYPE_VIDEO + "/mp42";
|
||||
public static final String VIDEO_MP43 = BASE_TYPE_VIDEO + "/mp43";
|
||||
@UnstableApi public static final String VIDEO_RAW = BASE_TYPE_VIDEO + "/raw";
|
||||
@UnstableApi public static final String VIDEO_UNKNOWN = BASE_TYPE_VIDEO + "/x-unknown";
|
||||
|
||||
// audio/ MIME types
|
||||
|
|
|
|||
Loading…
Reference in a new issue