ref_iface_IVDXVideoDecoder_IsDecodable - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXVideoDecoder interface
Queries whether a frame can be decoded with no more than one additional sample from the current decoder state.
bool IsDecodable(sint64 sample_num);
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
True if the frame can be decoded with zero or one additional sample.
Copyright (C) 2007-2012 Avery Lee.