quicktime.std.movies.media
Class 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.


Field Summary
 int offset
          The offset of the found text in track.
 
Fields inherited from class quicktime.std.movies.TimeInfo
duration, time
 
Constructor Summary
FoundTextInfo(int foundTime, int foundDuration, int offset)
          This constructor creates a FoundTextInfo object from the information returned after a search.
 
Methods inherited from class quicktime.std.movies.TimeInfo
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

public int offset
The offset of the found text in track.
Constructor Detail

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.