All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.FoundTextInfo

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

public final class FoundTextInfo
extends TimeInfo
The FoundTextInfo class contains information returned from searching text in a track.


Variable Index

 o offset
The offset of the found text in track.

Constructor Index

 o FoundTextInfo(int, int, int)
This constructor creates a FoundTextInfo object from the information returned after a search.

Variables

 o offset
 public int offset
The offset of the found text in track.

Constructors

 o FoundTextInfo
 public FoundTextInfo(int foundTime,
                      int foundDuration,
                      int offset)
This constructor creates a FoundTextInfo object from the information returned after a search.

Parameters:
foundTime - Specifies the time of the found text in track.
foundDuration - Specifies the duration of the found text in track.
offset - Specifies the offset of the found text in track.

All Packages  Class Hierarchy  This Package  Previous  Next  Index