Skip to content

ref_iface_IVDXVideoDecoder_IsDecodable

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

IVDXVideoDecoder interface

IVDXVideoDecoder:: IsDecodable

Queries whether a frame can be decoded with no more than one additional sample from the current decoder state.

bool IsDecodable(sint64 sample_num);

Thread safety

This method is not thread-safe.

Errors

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

Return value

True if the frame can be decoded with zero or one additional sample.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally