20#ifndef FFMPEG_KIT_LOG_REDIRECTION_STRATEGY_H
21#define FFMPEG_KIT_LOG_REDIRECTION_STRATEGY_H
23typedef NS_ENUM(NSUInteger, LogRedirectionStrategy) {
24 LogRedirectionStrategyAlwaysPrintLogs,
25 LogRedirectionStrategyPrintLogsWhenNoCallbacksDefined,
26 LogRedirectionStrategyPrintLogsWhenGlobalCallbackNotDefined,
27 LogRedirectionStrategyPrintLogsWhenSessionCallbackNotDefined,
28 LogRedirectionStrategyNeverPrintLogs
typedef NS_ENUM(NSUInteger, LogRedirectionStrategy)