Carbon


PlanarPixmapInfoYUV420

Header: ImageCodec.h

struct PlanarPixmapInfoYUV420 {
    PlanarComponentInfo componentInfoY; 
    PlanarComponentInfo componentInfoCb; 
    PlanarComponentInfo componentInfoCr;
};

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