- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AVIF (0.05 sec)
-
guava/src/com/google/common/net/MediaType.java
public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff"); /** * <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>. * * @since NEXT */ public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif"); /** * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>. * * @since 13.0 */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff"); /** * <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>. * * @since NEXT */ public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif"); /** * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>. * * @since 13.0 */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0)