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.


Constructor Index

 o MovieImportInfo(Track, int, int)
Creates a MovieImportInfo object containing given data.

Method Index

 o getDuration()
returns the addedDuration from the movie import component withFile method
 o getFlags()
returns the outflags from the movie import component withFile method
 o track()
returns the referenced track(usedTrack) from the movie import component withFile method

Constructors

 o 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.

Methods

 o track
 public Track track()
returns the referenced track(usedTrack) from the movie import component withFile method

 o getDuration
 public int getDuration()
returns the addedDuration from the movie import component withFile method

 o getFlags
 public int getFlags()
returns the outflags from the movie import component withFile method


All Packages  Class Hierarchy  This Package  Previous  Next  Index