LogFileFlags Enumeration

Summary
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
C#
C++/CLI
public enum LogFileFlags   
public enum class LogFileFlags   
Members
ValueMemberDescription
-2147483648Append Append the new information to the end of the specified log file.
1GeneralInfo Log general operations information: running and stopping graphs, abortion, completion, state requests, etc.
2GraphEvents Log media events.
4GraphBuilder Log information related to building graphs.
8GraphSnapshot Log graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph).
16StreamInfo Log stream information: type, start, end, etc.
32RegisteredFilters Write all registered filters information, system wide.
64StreamData Log stream data.
128SourceInfo Log source information.
256SourceData Log source data.
Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.