- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for vtt (0.02 sec)
-
guava/src/com/google/common/net/MediaType.java
/** * As described in <a href="https://w3c.github.io/webvtt/#iana-text-vtt">the VTT spec</a>, this is * used for Web Video Text Tracks (WebVTT) files, used with the HTML5 track element. * * @since 20.0 */ public static final MediaType VTT_UTF_8 = createConstantUtf8(TEXT_TYPE, "vtt"); /* image types */ /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Sep 26 19:15:09 UTC 2024 - 47.5K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.wml"/> </mime-type> <mime-type type="text/vnd.wap.wmlscript"> <_comment>WML Script</_comment> <glob pattern="*.wmls"/> </mime-type> <mime-type type="text/vtt"> <_comment>Web Video Text Tracks Format</_comment> <acronym>WebVTT</acronym> <magic priority="40"> <!-- Simple Form --> <match value="WEBVTT\r" type="string" offset="0"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)