File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,18 @@ private static MediaType addKnownType(MediaType mediaType) {
536
536
/** <a href="http://goo.gl/XDQ1h2">Microsoft Word</a> documents. */
537
537
public static final MediaType MICROSOFT_WORD = createConstant (APPLICATION_TYPE , "msword" );
538
538
539
+ /**
540
+ * Media type for <a
541
+ * href="https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP">Dynamic Adaptive
542
+ * Streaming over HTTP (DASH)</a>. This is <a
543
+ * href="https://www.iana.org/assignments/media-types/application/dash+xml">registered</a> with
544
+ * the IANA.
545
+ *
546
+ * @since NEXT
547
+ */
548
+ public static final MediaType MEDIA_PRESENTATION_DESCRIPTION =
549
+ createConstant (APPLICATION_TYPE , "dash+xml" );
550
+
539
551
/**
540
552
* WASM applications. For more information see <a href="https://webassembly.org/">the Web Assembly
541
553
* overview</a>.
Original file line number Diff line number Diff line change @@ -536,6 +536,18 @@ private static MediaType addKnownType(MediaType mediaType) {
536
536
/** <a href="http://goo.gl/XDQ1h2">Microsoft Word</a> documents. */
537
537
public static final MediaType MICROSOFT_WORD = createConstant (APPLICATION_TYPE , "msword" );
538
538
539
+ /**
540
+ * Media type for <a
541
+ * href="https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP">Dynamic Adaptive
542
+ * Streaming over HTTP (DASH)</a>. This is <a
543
+ * href="https://www.iana.org/assignments/media-types/application/dash+xml">registered</a> with
544
+ * the IANA.
545
+ *
546
+ * @since NEXT
547
+ */
548
+ public static final MediaType MEDIA_PRESENTATION_DESCRIPTION =
549
+ createConstant (APPLICATION_TYPE , "dash+xml" );
550
+
539
551
/**
540
552
* WASM applications. For more information see <a href="https://webassembly.org/">the Web Assembly
541
553
* overview</a>.
You can’t perform that action at this time.
0 commit comments