: Class MovieInfo
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.std.movies
Class MovieInfo
java.lang.Object
|
+--quicktime.std.movies.MovieInfo
public final class MovieInfoextends java.lang.Object
The MovieInfo class holds various information returned by the Movie Toolbox about a movie.
Field Summary
boolean
dataRefWasChanged
If data reference was changed or not.
int
resID
The resource id.
java.lang.String
resourceName
The resource name.
Constructor Summary
MovieInfo()
This constructor allows you to create an empty MovieInfo object.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
resID
public int resID
The resource id.
dataRefWasChanged
public boolean dataRefWasChanged
If data reference was changed or not.
resourceName
public java.lang.String resourceName
The resource name.
Constructor Detail
MovieInfo
public MovieInfo()
This constructor allows you to create an empty MovieInfo object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD