TIEDirectShow.VerboseExceptions
Declaration
property VerboseExceptions: Boolean;
Description
If enabled, connection errors will raise an exception. Otherwise they are silently ignored.
It applies to the following methods:
◼SetVideoInput
◼SetAudioInput
◼SetVideoCodec
◼SetAudioCodec
Default: False
// Show connection errors
ImageEnView1.IO.DShowParams.VerboseExceptions := True;