All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.TimeInfo

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

public class TimeInfo
extends Object
The TimeInfo class represents time information returned by the Movie Toolbox and general usage to pass in information regarding timing.


Variable Index

 o duration
Corresponds to a duration value.
 o time
Corresponds to some time value - generally a start time.

Constructor Index

 o TimeInfo(int, int)
This constructor creates a TimeInfo object.

Method Index

 o toString()
Returns a string representation of this class.

Variables

 o time
 public int time
Corresponds to some time value - generally a start time.

 o duration
 public int duration
Corresponds to a duration value.

Constructors

 o TimeInfo
 public TimeInfo(int time,
                 int duration)
This constructor creates a TimeInfo object.

Parameters:
time - Specifies the a time value.
duration - Specifies a duration value.

Methods

 o toString
 public String toString()
Returns a string representation of this class.

Returns:
a String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index