com.teamdev.jxcapture.video
Class VideoFormat

java.lang.Object
  extended by com.teamdev.jxcapture.Format
      extended by com.teamdev.jxcapture.video.VideoFormat

public class VideoFormat
extends Format

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

WMV

public static final VideoFormat WMV
WMV video format.


AVI

public static final VideoFormat AVI
AVI video format.


MP4

public static final VideoFormat MP4
MP4 video format.


MKV

public static final VideoFormat MKV
MKV video format.

Constructor Detail

VideoFormat

public VideoFormat(java.lang.String name,
                   java.lang.String description)
Creates a new instance of video format.

Parameters:
name - name of the format
description - brief format description