Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DMediaType.java105 private static final String VIDEO_TYPE = "video"; field in MediaType
138 public static final MediaType ANY_VIDEO_TYPE = createConstant(VIDEO_TYPE, WILDCARD);
215 public static final MediaType MP4_VIDEO = createConstant(VIDEO_TYPE, "mp4");
216 public static final MediaType MPEG_VIDEO = createConstant(VIDEO_TYPE, "mpeg");
217 public static final MediaType OGG_VIDEO = createConstant(VIDEO_TYPE, "ogg");
218 public static final MediaType QUICKTIME = createConstant(VIDEO_TYPE, "quicktime");
219 public static final MediaType WEBM_VIDEO = createConstant(VIDEO_TYPE, "webm");
220 public static final MediaType WMV = createConstant(VIDEO_TYPE, "x-ms-wmv");
559 return create(VIDEO_TYPE, subtype);