Carbon


QTVRPanoSampleAtom

Header: QuickTimeVRFormat.h

struct QTVRPanoSampleAtom {
    UInt16 majorVersion; 
    UInt16 minorVersion; 
    UInt32 imageRefTrackIndex; 
    UInt32 hotSpotRefTrackIndex; 
    Float32 minPan; 
    Float32 maxPan; 
    Float32 minTilt; 
    Float32 maxTilt; 
    Float32 minFieldOfView; 
    Float32 maxFieldOfView; 
    Float32 defaultPan; 
    Float32 defaultTilt; 
    Float32 defaultFieldOfView; 
    UInt32 imageSizeX; 
    UInt32 imageSizeY; 
    UInt16 imageNumFramesX; 
    UInt16 imageNumFramesY; 
    UInt32 hotSpotSizeX; 
    UInt32 hotSpotSizeY; 
    UInt16 hotSpotNumFramesX; 
    UInt16 hotSpotNumFramesY; 
    UInt32 flags; 
    UInt32 reserved1; 
    UInt32 reserved2;
};
typedef QTVRPanoSampleAtom QTVRPanoSampleAtomPtr;

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