public class VideoFormat extends Format
| Modifier and Type | Field and Description |
|---|---|
static VideoFormat |
AVI
AVI video format.
|
static VideoFormat |
MKV
MKV video format.
|
static VideoFormat |
MP4
MP4 video format.
|
static VideoFormat |
WMV
WMV video format.
|
| Constructor and Description |
|---|
VideoFormat(java.lang.String name,
java.lang.String description)
Creates a new instance of video format.
|
public static final VideoFormat WMV
public static final VideoFormat AVI
public static final VideoFormat MP4
public static final VideoFormat MKV