TVideoGrabber.ThirdPartyFilter_Enable

Prev

Next

TVideoGrabber

Methods

 




































































































Enables/disables a third-party filter.


Declaration
function ThirdPartyFilter_Enable(Location: TThirdPartyFilterList; Index: LongInt; Enable: Boolean): Boolean;


bool __fastcall ThirdPartyFilter_Enable(TThirdPartyFilterList Location, int Index, bool Enable)


Function ThirdPartyFilter_Enable(Location As TxThirdPartyFilterList, Index As Long, Enable As Boolean) As Boolean

Description

Used to enable/disable a third-party filter already inserted in a list.
Location: TThirdPartyFilterList list in which the filter has been added with ThirdPartyFilter_AddToList .
index: Index of the filter in the Location list. This index is the one returned by ThirdPartyFilter_AddToList .
Enable: enables or disables the filter.


See Also
TThirdPartyFilterList TOnThirdPartyFilterConnected OnThirdPartyFilterConnected ThirdPartyFilter_AddToList ThirdPartyFilter_ClearList ThirdPartyFilter_RemoveFromList ThirdPartyFilter_ShowDialog