#include <IFormatImageStreamData.h>
Data interface for the IFormatImageStream segment of the IImageStreamManager. This segment is used to read the native data from the source image.
- See Also
- IImageReadFormat
- IImageStreamManager::SetFirstImageStreamSegment
- kReadFormatImageStreamBoss
Queries for the IImageReadFormat stored by this interface. The returned interface is AddRef'd and must be released by the caller.
- Returns
- The IImageReadFormat stored by this interface
| virtual void IFormatImageStreamData::SetImageReadFormat | ( | IImageReadFormat * | iImageReadFormat | ) | |
| pure virtual |
Sets the IImageReadFormat to use to read native data from the source image.
Note: The IImageReadFormat is not AddRef'd and must remain valid for the lifetime of this object.
- Parameters