Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for en_US (6.96 sec)

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

      public static final MediaType WMV = createConstant(VIDEO_TYPE, "x-ms-wmv");
    
      /**
       * Flash video. For more information, see <a href=
       * "http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d48.html"
       * >this link</a>.
       *
       * @since 20.0
       */
      public static final MediaType FLV_VIDEO = createConstant(VIDEO_TYPE, "x-flv");
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top