public static class ContentType.Video
Provides a list of standard subtypes of a video
content type.
Modifier and Type | Field and Description |
---|---|
static ContentType.Video |
INSTANCE
Provides a list of standard subtypes of a
video content type. |
Modifier and Type | Method and Description |
---|---|
ContentType |
getAny() |
ContentType |
getMP4() |
ContentType |
getMPEG() |
ContentType |
getOGG() |
ContentType |
getQuickTime() |
public static ContentType.Video INSTANCE
Provides a list of standard subtypes of a video
content type.
public ContentType getAny()
public ContentType getMPEG()
public ContentType getMP4()
public ContentType getOGG()
public ContentType getQuickTime()