![]() | InDesign SDK 20.5 |
#include <IChunkyToPlanarImageStmData.h>

Classes | |
| struct | ChunkyToPlanarInfo |
Public Member Functions | |
| virtual void | SetChunkyToPlanarInfo (const ChunkyToPlanarInfo &chunkyToPlanarInfo)=0 |
| virtual void | GetChunkyToPlanarInfo (ChunkyToPlanarInfo *chunkyToPlanarInfo)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for the chunky-to-planar segment of the image stream manager. This segment is used to convert interleaved (chunky) image data to planar image data.
| pure virtual |
Retrieves the parameters to use when converting chunky image data to planar.
| chunkyToPlanarInfo | OUT Pointer to storage to receive parameters to use when converting an image from chunky to planar |
| pure virtual |
Sets the parameters to use when converting chunky image data to planar.
| chunkyToPlanarInfo | IN The parameters to use when converting an image from chunky to planar |