Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      /* audio types */
      public static final MediaType MP4_AUDIO = createConstant(AUDIO_TYPE, "mp4");
      public static final MediaType MPEG_AUDIO = createConstant(AUDIO_TYPE, "mpeg");
      public static final MediaType OGG_AUDIO = createConstant(AUDIO_TYPE, "ogg");
      public static final MediaType WEBM_AUDIO = createConstant(AUDIO_TYPE, "webm");
    
      /**
    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