The ltmmLogFile_Flag Constants specify the desired logging options used by the IltmmConvert::OpenLogFile function.
typedef enum ltmmLogFile_Flag
{
ltmmLogFile_GeneralInfo = 0x1,
ltmmLogFile_GraphEvents = 0x2,
ltmmLogFile_GraphBuilder = 0x4,
ltmmLogFile_GraphSnapshot = 0x8,
ltmmLogFile_StreamInfo = 0x10,
ltmmLogFile_RegisteredFilters = 0x20,
ltmmLogFile_StreamData = 0x40,
ltmmLogFile_SourceInfo = 0x80,
ltmmLogFile_SourceData = 0x100,
ltmmLogFile_Append = 0x80000000
} ltmmLogFile_Flag;
[0x00000001] Log general operations information: running and stopping graphs, abortion, completion, state requests, etc.
[0x00000002] Log media events.
[0x00000004] Log information related to building graphs.
[0x00000008] Log graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph).
[0x00000010] Log stream information: type, start, end, etc.
[0x00000020] Write all registered filters information, system wide.
[0x00000040] Write the media sample to the log. If not included, only the sample attributes will be written.
[0x00000080] Write the source information to the log.
[0x00000100] Write the source data to the log. If not included, only the sample attributes will be written.
[0x80000000] Append the new information to the end of the specified log file.
You can combine values when appropriate by using a bitwise OR ( | ).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document