MPI 04.00 Reference >> mpiMotion

MPIMotionFrameList

Definition

typedef	struct MPIMotionFrame {
    int32_t             pointCount;
    MPIXmpFrame      *frame;
    MPIMotionPoint   point;
} MPIMotionFrame;

Description

pointCount The value specifies the number of frames.
*frame This structure contains the frame data for each frame. See MPIXmpFrame for more information.
point This structure specifies the points configuration.