Enum LogFlags
Specifies additional formatting options for FFmpeg log messages.
Namespace: FFmpeg.Logging
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum LogFlags
Remarks
These flags control how log messages are formatted when using FFmpeg's logging facilities. Multiple values can be combined.
Fields
| Name | Description |
|---|---|
| PrintDateTime | Prefixes each log message with the current system date and time. |
| PrintLogLevel | Includes the log level in messages generated by FFmpeg components. |
| PrintTime | Prefixes each log message with the current system time. |
| SkipRepeated | Suppresses repeated log messages by collapsing consecutive identical messages into a single summary entry. |