ImageEn, unit ieds

TIEDirectShow.VerboseExceptions

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


Example

// Show connection errors
ImageEnView1.IO.DShowParams.VerboseExceptions := True;