|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VideoType
This defines methods common to all video types.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Video getVideo(java.lang.String name)
name - the name of the video
boolean isType(Video video)
video - the video
VideoRecorder getRecorder()
boolean canRecord()
java.lang.String getDescription()
java.lang.String getDefaultExtension()
javax.swing.filechooser.FileFilter getFileFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||