InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPlanarToChunkyImageStreamData Class Referenceabstract

#include <IPlanarToChunkyImageStmData.h>

Inheritance diagram for IPlanarToChunkyImageStreamData:
IPMUnknown

Classes

struct  PlanarToChunkyInfo
 

Public Member Functions

virtual void SetPlanarToChunkyInfo (const PlanarToChunkyInfo &planarToChunkyInfo)=0
 
virtual void GetPlanarToChunkyInfo (PlanarToChunkyInfo *planarToChunkyInfo) const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Data interface for the planar-to-chunky segment of the image stream manager. This segment is used to convert planar image data to interleaved (chunky) image data. This interface should probably be private.

See Also
IImageStreamManager

Member Function Documentation

virtual void IPlanarToChunkyImageStreamData::GetPlanarToChunkyInfo (PlanarToChunkyInfoplanarToChunkyInfo) const
pure virtual

Retrieves the parameters to use when converting planar image data to chunky (interleaved).

Parameters
planarToChunkyInfoOUT Pointer to storage to receive parameters to use when converting an image from planar to chunky
virtual void IPlanarToChunkyImageStreamData::SetPlanarToChunkyInfo (const PlanarToChunkyInfoplanarToChunkyInfo)
pure virtual

Sets the parameters to use when converting planar image data to chunky (interleaved).

Parameters
planarToChunkyInfoIN The parameters to use when converting an image from planar to chunky