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.
-
offset
- The offset of the found text in track.
-
FoundTextInfo(int, int, int)
- This constructor creates a FoundTextInfo object from the information returned after a search.
offset
public int offset
- The offset of the found text in track.
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