Uses of Class
quicktime.std.clocks.TimeBase

Packages that use TimeBase
quicktime.std.clocks   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.music   
quicktime.std.sg   
quicktime.streaming   
 

Uses of TimeBase in quicktime.std.clocks
 

Methods in quicktime.std.clocks that return TimeBase
 TimeBase QTCallBack.getTimeBase()
          Retrieve the time base of a callback event.
static TimeBase TimeBase.fromTimeRecord(TimeRecord tr)
          Return the TimeBase that is associated with this record.
static TimeBase TimeBase.fromQTCallBack(QTCallBack cb)
          Retrieve the time base of a callback event.
static TimeBase TimeBase.fromICMFrameTime(ICMFrameTime ft)
           
static TimeBase TimeBase.fromMovie(Movie m)
          This method allows you to get movie's TimeBase.
static TimeBase TimeBase.fromTunePlayer(TunePlayer tp)
          Returns the TunePlayer's current time Base.
static TimeBase TimeBase.fromPresentation(Presentation p)
          Returns the Presentation's current time Base.
static TimeBase TimeBase.fromSequenceGrabber(SequenceGrabber sg)
          Returns the SequenceGrabber's current time Base.
 TimeBase TimeBase.fromWallClock()
          Returns the Time Base of the Wall Clock
 TimeBase TimeBase.getMasterTimeBase()
          This allows your application to determine the master time base that is assigned to a time base.
 TimeBase TimeRecord.getTimeBase()
          Return the TimeBase that is associated with this record.
 

Methods in quicktime.std.clocks with parameters of type TimeBase
 void TimeBase.setMasterTimeBase(TimeBase master, TimeRecord slaveZero)
          This allows your application to assign a master time base to a time base.
 void TimeRecord.convertTime(TimeBase newBase)
          Convert a time from one time base into a time that is relative to another time base.
 

Constructors in quicktime.std.clocks with parameters of type TimeBase
TimeJumpCallBack(TimeBase tb)
          This allows your application to obtain a new callback.
RateCallBack(TimeBase tb, float rate, int flags)
          Creates a new callback event that will invoke its Callback object when the rate of the specified timebase reaches a certain value.
ExtremesCallBack(TimeBase tb, int flags)
          This allows your application to obtain a new callback.
TimeCallBack(TimeBase tb, int scale, int value, int flags)
          This allows your application to obtain a new callback.
 

Uses of TimeBase in quicktime.std.image
 

Methods in quicktime.std.image that return TimeBase
 TimeBase ICMFrameTime.getBase()
           
 

Methods in quicktime.std.image with parameters of type TimeBase
 void CDSequence.setTimeBase(TimeBase base)
          Set the time base for the CDSequence object.
 void ICMFrameTime.setBase(TimeBase base)
           
 

Uses of TimeBase in quicktime.std.movies
 

Methods in quicktime.std.movies that return TimeBase
 TimeBase Movie.getTimeBase()
          This method allows you to get movie's TimeBase.
 

Methods in quicktime.std.movies with parameters of type TimeBase
 void Movie.setMasterTimeBase(TimeBase tb, TimeRecord slaveZero)
          This method allows you to assign a master time base to a movie.
 

Uses of TimeBase in quicktime.std.music
 

Methods in quicktime.std.music that return TimeBase
 TimeBase TunePlayer.getTimeBase()
          Returns the TunePlayer's current time Base.
 

Uses of TimeBase in quicktime.std.sg
 

Methods in quicktime.std.sg that return TimeBase
 TimeBase SequenceGrabber.getTimeBase()
          Returns the SequenceGrabbers's current time Base.
 

Uses of TimeBase in quicktime.streaming
 

Methods in quicktime.streaming that return TimeBase
 TimeBase Presentation.getTimeBase()
          This method retrieves the time base associated with the presentation