public interface VideoType
Modifier and Type | Method and Description |
---|---|
boolean |
canRecord()
Reports whether this type can record videos
|
java.lang.String |
getDefaultExtension()
Gets the name and/or description of this type.
|
java.lang.String |
getDescription()
Gets the name and/or description of this type.
|
javax.swing.filechooser.FileFilter |
getFileFilter()
Gets the file filter for this type.
|
VideoRecorder |
getRecorder()
Gets a video recorder.
|
Video |
getVideo(java.lang.String name)
Opens a new video with the specified name.
|
boolean |
isType(Video video)
Return true if the specified video is this type.
|
Video getVideo(java.lang.String name)
name
- the name of the videoboolean isType(Video video)
video
- the videoVideoRecorder getRecorder()
boolean canRecord()
java.lang.String getDescription()
java.lang.String getDefaultExtension()
javax.swing.filechooser.FileFilter getFileFilter()