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

Public Member Functions | |
| virtual void | SetNextSegment (IImageStream *iImageStream)=0 |
| virtual IImageStream * | QueryNextSegment ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface used to connect the various segments of the image stream created and managed by the image stream manager
| pure virtual |
Queries for the next segment in the image stream
Note: This does cause an AddRef on the iImageStream
| pure virtual |
Sets the next segment in the image stream.
Note: This does not cause an AddRef on the iImageStream
| iImageStream | The next segment in the stream |