20 #ifndef FFMPEG_KIT_SESSION_H
21 #define FFMPEG_KIT_SESSION_H
23 #import <Foundation/Foundation.h>
109 - (NSArray*)getAllLogsWithTimeout:(
int)waitTimeout;
136 - (NSString*)getAllLogsAsStringWithTimeout:(
int)waitTimeout;
211 - (void)addLog:(
Log*)log;
230 - (void)fail:(NSException*)exception;
void(^ ExecuteCallback)(id< Session > session)
void(^ LogCallback)(Log *log)
ExecuteCallback getExecuteCallback()
BOOL thereAreAsynchronousMessagesInTransmit()
NSString * getFailStackTrace()
NSString * getLogsAsString()
LogRedirectionStrategy getLogRedirectionStrategy()
NSString * getAllLogsAsString()
LogCallback getLogCallback()
ReturnCode * getReturnCode()