Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SA (0.14 sec)

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

       */
      public static final MediaType FLV_VIDEO = createConstant(VIDEO_TYPE, "x-flv");
    
      /**
       * The 3GP multimedia container format. For more information, see <a
       * href="ftp://www.3gpp.org/tsg_sa/TSG_SA/TSGS_23/Docs/PDF/SP-040065.pdf#page=10">3GPP TS
       * 26.244</a>.
       *
       * @since 20.0
       */
      public static final MediaType THREE_GPP_VIDEO = createConstant(VIDEO_TYPE, "3gpp");
    
      /**
    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