ref_iface_IVDXStreamSource_IsDecodeErrorModeSupported - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXStreamSource interface
Queries whether the stream source supports a particular error handling strategy.
bool IsDecodeErrorModeSupported(ErrorMode mode);
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
Returns true
if the given error handling mode is supported.
At least one error handling mode must be supported.
Copyright (C) 2007-2012 Avery Lee.