All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.StatusInfo

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

public final class StatusInfo
extends Object
The StatusInfo class represents the results returned from querying the status of a movie.


Method Index

 o getErr()
This method returns the error.
 o getProblemTrack()
This method returns the found problem track.

Methods

 o getProblemTrack
 public Track getProblemTrack()
This method returns the found problem track.

Returns:
the found problem track.
 o getErr
 public int getErr()
This method returns the error.

Returns:
the error.

All Packages  Class Hierarchy  This Package  Previous  Next  Index