Carbon


QTVRObjectSampleAtom

Header: QuickTimeVRFormat.h

struct QTVRObjectSampleAtom {
    UInt16 majorVersion; 
    UInt16 minorVersion; 
    UInt16 movieType; 
    UInt16 viewStateCount; 
    UInt16 defaultViewState; 
    UInt16 mouseDownViewState; 
    UInt32 viewDuration; 
    UInt32 columns; 
    UInt32 rows; 
    Float32 mouseMotionScale; 
    Float32 minPan; 
    Float32 maxPan; 
    Float32 defaultPan; 
    Float32 minTilt; 
    Float32 maxTilt; 
    Float32 defaultTilt; 
    Float32 minFieldOfView; 
    Float32 fieldOfView; 
    Float32 defaultFieldOfView; 
    Float32 defaultViewCenterH; 
    Float32 defaultViewCenterV; 
    Float32 viewRate; 
    Float32 frameRate; 
    UInt32 animationSettings; 
    UInt32 controlSettings;
};
typedef QTVRObjectSampleAtom QTVRObjectSampleAtomPtr;

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