IImageEncoder::GetEncodeSink (Windows CE 5.0)
This method asks the image encoder object to return an IImageSink interface that can be used to encode the next image frame.
You can use this interface to push image data to the encoder.
After the frame is encoded, call the image sink's Release method.
HRESULT GetEncodeSink( IImageSink** sink);
Parameters
- sink
[out] A pointer to the resulting IImageSink interface pointer.
Return Values
If successful, this method returns S_OK.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
Link Library: Imaging.lib.
See Also
IImageEncoder | IImageSink | Release
Send Feedback on this topic to the authors