20#ifndef FFMPEG_KIT_SESSION_H
21#define FFMPEG_KIT_SESSION_H
23#import <Foundation/Foundation.h>
101- (NSArray*)getAllLogsWithTimeout:(
int)waitTimeout;
128- (NSString*)getAllLogsAsStringWithTimeout:(
int)waitTimeout;
206- (void)addLog:(
Log*)log;
225- (void)fail:(NSException*)exception;
void(^ LogCallback)(Log *log)
NSString * getAllLogsAsString()
NSString * getFailStackTrace()
BOOL thereAreAsynchronousMessagesInTransmit()
BOOL isMediaInformation()
ReturnCode * getReturnCode()
LogRedirectionStrategy getLogRedirectionStrategy()
NSString * getLogsAsString()
LogCallback getLogCallback()