ref_iface_IVDXVideoDecoder_IsDecodable - shekh/VirtualDub2 GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️