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

Classes | |
| struct | MungeSamplesInfo |
Public Member Functions | |
| virtual void | SetMungeSamplesInfo (const MungeSamplesInfo &mungeSamplesInfo)=0 |
| virtual void | GetMungeSamplesInfo (MungeSamplesInfo *mungeSamplesInfo) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IMungeSamplesImageStreamData This class is a data interface for the MungeSamplesImageStream, which is an implementation of IImageStream used by the ImageStreamManager to strip color/alpha channels from an image at read time. Various IImageStreams are pipelined together by the ImageStreamManager in order to convert a source image to a destination image with a given set of attributes. This interface should probably be private.
| pure virtual |
Get method
| mungeSamplesInfo | - Out: structure containing information about which channels to munge. |
| pure virtual |
Set method for specifying which channels should be munged
| mungeSamplesInfo | - IN: structure containing information about which channels to munge. |