All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.io.OpenMovieFile

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.io.OpenedFile
                   |
                   +----quicktime.io.OpenMovieFile

public final class OpenMovieFile
extends OpenedFile
An object of this class represents an opened movie file that is opened for reading or writing.


Method Index

 o asRead(QTFile)
Open the specified movie file for reading.
 o asWrite(QTFile)
Open the specified movie file for writing.

Methods

 o asRead
 public static OpenMovieFile asRead(QTFile f) throws QTException
Open the specified movie file for reading.

QuickTime::OpenMovieFile()

Parameters:
f - the movie file to open
Returns:
the opened movie file.
 o asWrite
 public static OpenMovieFile asWrite(QTFile f) throws QTException
Open the specified movie file for writing.

QuickTime::OpenMovieFile()

Parameters:
f - the movie file to open
Returns:
the opened movie file.

All Packages  Class Hierarchy  This Package  Previous  Next  Index