quicktime.std.movies
Class StatusInfo

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

public final class StatusInfo
extends java.lang.Object

The StatusInfo class represents the results returned from querying the status of a movie.


Method Summary
 int getErr()
          This method returns the error.
 Track getProblemTrack()
          This method returns the found problem track.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProblemTrack

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

getErr

public int getErr()
This method returns the error.
Returns:
the error.