All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.MovieInfo

java.lang.Object
   |
   +----quicktime.std.movies.MovieInfo

public final class MovieInfo
extends Object
The MovieInfo class holds various information returned by the Movie Toolbox about a movie.


Variable Index

 o dataRefWasChanged
If data reference was changed or not.
 o resID
The resource id.
 o resourceName
The resource name.

Constructor Index

 o MovieInfo()
This constructor allows you to create an empty MovieInfo object.

Variables

 o resID
 public int resID
The resource id.

 o dataRefWasChanged
 public boolean dataRefWasChanged
If data reference was changed or not.

 o resourceName
 public String resourceName
The resource name.

Constructors

 o MovieInfo
 public MovieInfo()
This constructor allows you to create an empty MovieInfo object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index