Uses of Class
quicktime.std.qtcomponents.TimeCoder

Packages that use TimeCoder
quicktime.std.movies.media   
quicktime.std.qtcomponents   
quicktime.util   
 

Uses of TimeCoder in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return TimeCoder
 TimeCoder TimeCodeMedia.getTimeCodeHandler()
          This method allows you to obtain a reference to a media handler component.
 

Methods in quicktime.std.movies.media with parameters of type TimeCoder
static UserData UserData.fromTimeCoderSource(TimeCoder timeCoder, TimeCodeDescription tcd)
          This method allows your application to obtain access to a media's user data list.
 

Uses of TimeCoder in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return TimeCoder
static TimeCoder TimeCoder.fromMedia(TimeCodeMedia m)
          This method allows you to obtain a reference to a media handler component.
 

Uses of TimeCoder in quicktime.util
 

Methods in quicktime.util with parameters of type TimeCoder
static TimeCodeInfo QTHandle.fromTimeCoderTime(TimeCoder tc, int mediaTime)
          Determines the time code from the time code handler.
static TimeCodeInfo QTHandle.fromTimeCoderCurrent(TimeCoder tc)
          Determines the time code from the time code handler at the current time value.
static QTHandle QTHandle.fromTimeCoderSource(TimeCoder tc, TimeCodeDescription tcd)
          Allows you to retrieve the source information from the time code media sample.