Uses of Class
quicktime.std.image.ICMFrameTime

Packages that use ICMFrameTime
quicktime.std.clocks   
quicktime.std.image   
 

Uses of ICMFrameTime in quicktime.std.clocks
 

Methods in quicktime.std.clocks with parameters of type ICMFrameTime
static TimeBase TimeBase.fromICMFrameTime(ICMFrameTime ft)
           
 

Uses of ICMFrameTime in quicktime.std.image
 

Methods in quicktime.std.image with parameters of type ICMFrameTime
 int DSequence.decompressFrameWhen(ByteEncodedImage data, int inFlags, ICMFrameTime frameTime)
          Queues a frame for decompression and specifies the time at which decompression will begin.
 int DSequence.decompressFrameWhen(IntEncodedImage data, int inFlags, ICMFrameTime frameTime)
          Queues a frame for decompression and specifies the time at which decompression will begin.
 int DSequence.decompressFrameWhen(RawEncodedImage data, int inFlags, ICMFrameTime frameTime)
          Queues a frame for decompression and specifies the time at which decompression will begin.
 int DSequence.decompressFrameWhen(EncodedImage data, int inFlags, ICMFrameTime frameTime)
          Queues a frame for decompression and specifies the time at which decompression will begin.