All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.MovieImportInfo
java.lang.Object
|
+----quicktime.std.qtcomponents.MovieImportInfo
- public final class MovieImportInfo
- extends Object
MovieImportInfo contains information for the movie import component.
The results returned from querying a movie import component using a movie, a data reference and time values.
-
MovieImportInfo(Track, int, int)
- Creates a MovieImportInfo object containing given data.
-
getDuration()
- returns the addedDuration from the movie import component withFile method
-
getFlags()
- returns the outflags from the movie import component withFile method
-
track()
- returns the referenced track(usedTrack) from the movie import component withFile method
MovieImportInfo
public MovieImportInfo(Track t,
int timeVal,
int f)
- Creates a MovieImportInfo object containing given data.
- Parameters:
- t - The used track result from movie import withFile/withHandle method.
- timeVal - The time value duration result from movie import withFile/withHandle method.
- flags - The status flags result from movie import withFile/withHandle method.
track
public Track track()
- returns the referenced track(usedTrack) from the movie import component withFile method
getDuration
public int getDuration()
- returns the addedDuration from the movie import component withFile method
getFlags
public int getFlags()
- returns the outflags from the movie import component withFile method
All Packages Class Hierarchy This Package Previous Next Index