#
How to exclude DirectShow filters used for decoding, encoding, or processing?
Video Capture SDK .Net , Video Edit SDK .Net , Media Player SDK .Net
#
Sample code
Some DirectShow filters can cause playback or processing problems, and some can be unwanted for decoding. You can exclude filters for usage.
Call
DirectShow_Filters_Blacklist_Clear()
method to clear currently blacklisted filters.
Call
DirectShow_Filters_Blacklist_Add(...)
to add a new filter by name to the list.
#
Required redists
- SDK redist
Visit our GitHub page to get more code samples.