Visual Basic (Declaration) | |
---|---|
Public Enum LogFileFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LogFileFlags |
C# | |
---|---|
public enum LogFileFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class LogFileFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Append | Append the new information to the end of the specified log file. |
GeneralInfo | Log general operations information: running and stopping graphs, abortion, completion, state requests, etc. |
GraphBuilder | Log information related to building graphs. |
GraphEvents | Log media events. |
GraphSnapshot | Log graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph). |
RegisteredFilters | Write all registered filters information, system wide. |
SourceData | Log source data. |
SourceInfo | Log source information. |
StreamData | Log stream data. |
StreamInfo | Log stream information: type, start, end, etc. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.LogFileFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7