LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DontCare Field
See Also 
Leadtools.Multimedia Namespace > Constants.PreferredFilters Class : DontCare Field



'Use DirectShow Default' constant string.

Syntax

Visual Basic (Declaration) 
Public Const DontCare As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = Constants.PreferredFilters.DontCare
C# 
public const string DontCare
C++/CLI 
public:
const String^ DontCare

Remarks

When you set the preferred filter to this string, it will instruct the toolkit to use the default directshow filter (the filter with the highest merit).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also