|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.Format
com.teamdev.jxcapture.video.VideoFormat
public class VideoFormat
Represents a bean that provides information about video formats.
Field Summary | |
---|---|
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 Summary | |
---|---|
VideoFormat(java.lang.String name,
java.lang.String description)
Creates a new instance of video format. |
Method Summary |
---|
Methods inherited from class com.teamdev.jxcapture.Format |
---|
equals, getDescription, getId, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VideoFormat WMV
public static final VideoFormat AVI
public static final VideoFormat MP4
public static final VideoFormat MKV
Constructor Detail |
---|
public VideoFormat(java.lang.String name, java.lang.String description)
name
- name of the formatdescription
- brief format description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |