←Select platform

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#
VB
C++
public enum LogFileFlags   
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly