SGGetChannelMatrix
TheSGGetChannelMatrixfunction allows you to retrieve a channel's display transformation matrix.
pascal ComponentResult SGGetChannelMatrix (SGChannel c, MatrixRecord *m);
c- Identifies the channel for this operation. You provide your
connection identifier. You connect to a channel component by calling theSGNewChannelorSGNewChannelFromComponentfunction, described on page 5-29 and page 5-30, respectively.m- Contains a pointer to a matrix structure, as defined by the Movie Toolbox (see "Movie Toolbox" in Inside Macintosh: QuickTime for more information about matrix structures). The channel component places its current matrix values into this matrix structure.
SEE ALSO
You may set a channel's matrix by calling theSGSetChannelMatrixfunction, which is discussed in the previous section.