UseDecoderFilter
|
UseDecoderFilter Property |
Description
Normally the user computer installed a lot of video/audio filters, some filters will affect another directshow application (VideoEdit Gold ActiveX). If you do not want the specific filter added to the graph, you may use DecoderAdd2BlackList or DecoderAdd2WhiteList method.
Enable/Disable using decoder filter. The UseDecodeFilter value is false by default.
You should set the UseDecoderFilter = True if you need call GetCurGraphFiltersCount, GetCurGraphFilterName, DecoderAdd2BlackList, DecoderAdd2WhiteList methods.
When you use DecoderAdd2BlackList method, you should set DecoderFilterType value to 2.
When you use DecoderAdd2WhiteList method, you should set DecoderFilterType value to 1.
Property Type
Read/Write property
Data Type
Boolean
Syntax
VideoEdit.UseDecoderFilter[= value] |
Example
[Visual Basic Syntax] |