|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.media.quicktime.QTVideoType
public class QTVideoType
This implements the VideoType interface with QuickTime for Java
| Constructor Summary | |
|---|---|
QTVideoType()
Constructor queries QTSession to make sure QTJava is working. |
|
| 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 video as a new QTVideo. |
boolean |
isType(Video video)
Return true if the specified video is this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QTVideoType()
| Method Detail |
|---|
public Video getVideo(java.lang.String name)
getVideo in interface VideoTypename - the name of the video
public VideoRecorder getRecorder()
getRecorder in interface VideoTypepublic boolean canRecord()
canRecord in interface VideoTypepublic java.lang.String getDescription()
getDescription in interface VideoTypepublic java.lang.String getDefaultExtension()
getDefaultExtension in interface VideoTypepublic javax.swing.filechooser.FileFilter getFileFilter()
getFileFilter in interface VideoTypepublic boolean isType(Video video)
isType in interface VideoTypevideo - the video
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||