quicktime.std.movies
Class SearchResult

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

public final class SearchResult
extends java.lang.Object

The SearchResult class represents the results returned from searching for text in a movie.


Method Summary
 Track getFoundTrack()
          This method returns the found track.
 int getOffset()
          This method returns the found offset.
 int getTime()
          This method returns the found time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFoundTrack

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

getTime

public int getTime()
This method returns the found time.
Returns:
the found time.

getOffset

public int getOffset()
This method returns the found offset.
Returns:
the found offset.