Carbon


QTVRHotSpotInfoAtom

Header: QuickTimeVRFormat.h

struct QTVRHotSpotInfoAtom {
    UInt16 majorVersion; 
    UInt16 minorVersion; 
    OSType hotSpotType; 
    QTAtomID nameAtomID; 
    QTAtomID commentAtomID; 
    SInt32 cursorID[3]; 
    Float32 bestPan; 
    Float32 bestTilt; 
    Float32 bestFOV; 
    QTVRFloatPoint bestViewCenter; 
    Rect hotSpotRect; 
    UInt32 flags; 
    UInt32 reserved1; 
    UInt32 reserved2;
};
typedef QTVRHotSpotInfoAtom QTVRHotSpotInfoAtomPtr;

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