LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
LogFileFlags Enumeration
See Also  
Leadtools.Multimedia Namespace : LogFileFlags Enumeration



The LogFileFlags enumeration values specify the desired logging options used by the ConvertCtrl.OpenLogFile method. You can combine these values when appropriate by using a bitwise OR ( | ) operator.

Syntax

Visual Basic (Declaration) 
Public Enum LogFileFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As LogFileFlags
C# 
public enum LogFileFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class LogFileFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AppendAppend the new information to the end of the specified log file.
GeneralInfoLog general operations information: running and stopping graphs, abortion, completion, state requests, etc.
GraphBuilderLog information related to building graphs.
GraphEventsLog media events.
GraphSnapshotLog graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph).
RegisteredFiltersWrite all registered filters information, system wide.
SourceDataLog source data.
SourceInfoLog source information.
StreamDataLog stream data.
StreamInfoLog stream information: type, start, end, etc.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.LogFileFlags

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