|
|||||||||
| 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 default extension for this type. |
VideoFileFilter |
getDefaultFileFilter()
Gets the default file filter for this type. |
java.lang.String |
getDescription()
Gets the name/description of this type. |
VideoFileFilter[] |
getFileFilters()
Gets the file filters 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()
VideoFileFilter[] getFileFilters()
VideoFileFilter getDefaultFileFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||