Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

LogFileFlags Enumeration






Specifies the desired logging options used by the ConvertCtrl.OpenLogFile method. You can combine these values when appropriate by using a bitwise OR ( | ) operator.
Syntax
'Declaration
 
Public Enum LogFileFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LogFileFlags
public enum class LogFileFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x80000000Append Append the new information to the end of the specified log file.
0x00000001GeneralInfo Log general operations information: running and stopping graphs, abortion, completion, state requests, etc.
0x00000002GraphEvents Log media events.
0x00000004GraphBuilder Log information related to building graphs.
0x00000008GraphSnapshot Log graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph).
0x00000010StreamInfo Log stream information: type, start, end, etc.
0x00000020RegisteredFilters Write all registered filters information, system wide.
0x00000040StreamData Log stream data.
0x00000080SourceInfo Log source information.
0x00000100SourceData Log source data.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features