Skip to content

ref_iface_IVDXVideoDecoder_GetFrameBuffer_1

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

IVDXVideoDecoder interface

IVDXVideoDecoder:: GetFrameBuffer

Returns a description of the frame buffer into which frames are decoded.

const VDXPixmap& GetFrameBuffer();

Thread safety

This method is not thread-safe.

Errors

Errors may not be returned from this function (see SetError()).

Return value

A VDXPixmap structure describing the layout and location of the frame buffer in memory.

Remarks

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.

Clone this wiki locally