Carbon


ICMFrameTimeRecord

Header: ImageCompression.h

struct ICMFrameTimeRecord {
    wide value; 
    SInt32 scale; 
    void *base; 
    SInt32 duration; 
    Fixed rate; 
    SInt32 recordSize; 
    SInt32 frameNumber; 
    SInt32 flags; 
    wide virtualStartTime; 
    SInt32 virtualDuration;
};
typedef ICMFrameTimeRecord ICMFrameTimePtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)