Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WEBVTT (0.04 sec)

  1. guava/src/com/google/common/net/MediaType.java

       */
      public static final MediaType XML_UTF_8 = createConstantUtf8(TEXT_TYPE, "xml");
    
      /**
       * 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");
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <acronym>WebVTT</acronym>
        <magic priority="40">
          <!-- Simple Form -->
          <match value="WEBVTT\r" type="string" offset="0"/>
          <match value="WEBVTT\n" type="string" offset="0"/>
          <!-- With Byte Order Mark -->
          <match value="0xfeff" offset="0">
             <match value="WEBVTT\r" type="string" offset="2"/>
             <match value="WEBVTT\n" type="string" offset="2"/>
          </match>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top