ref_iface_IVDXStreamSource_SetDecodeErrorMode - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXStreamSource interface
Sets the error handling strategy for the stream source.
void SetDecodeErrorMode(ErrorMode mode);
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
The requested error mode must be one for which
IsDecodeErrorModeSupported()
returns true
.
Copyright (C) 2007-2012 Avery Lee.