ref_iface_IVDXVideoDecoder_GetFrameBuffer_1 - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXVideoDecoder interface
Returns a description of the frame buffer into which frames are decoded.
const VDXPixmap& GetFrameBuffer();
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
A VDXPixmap structure describing the layout and location of the frame buffer in memory.
As this function returns a const reference, the VDXPixmap object and the frame buffer it points to must remain valid until the decoder object is destroyed or until the target format is changed.
Copyright (C) 2007-2012 Avery Lee.