C# Class iRacingReplayOverlay.Phases.TranscodeAndOverlayArguments

Inheritance: System.MarshalByRefObject
Show file Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
IsAborted ( ) : bool
ProgressReporter ( long a, long b ) : void
TranscodeAndOverlayArguments ( long>.Action progressReporter, Func isAborted ) : iRacingReplayOverlay.Phases.Capturing
TranscodeAndOverlayArguments ( string gameDataFile, int videoBitRate, string destFile, bool highlights, long>.Action progressReporter, Func isAborted, LogRepeater logRepeater, string pluginName ) : iRacingReplayOverlay.Phases.Capturing

Method Details

Apply() public method

public Apply ( ) : void
return void

IsAborted() public method

public IsAborted ( ) : bool
return bool

ProgressReporter() public method

public ProgressReporter ( long a, long b ) : void
a long
b long
return void

TranscodeAndOverlayArguments() public method

public TranscodeAndOverlayArguments ( long>.Action progressReporter, Func isAborted ) : iRacingReplayOverlay.Phases.Capturing
progressReporter long>.Action
isAborted Func
return iRacingReplayOverlay.Phases.Capturing

TranscodeAndOverlayArguments() public method

public TranscodeAndOverlayArguments ( string gameDataFile, int videoBitRate, string destFile, bool highlights, long>.Action progressReporter, Func isAborted, LogRepeater logRepeater, string pluginName ) : iRacingReplayOverlay.Phases.Capturing
gameDataFile string
videoBitRate int
destFile string
highlights bool
progressReporter long>.Action
isAborted Func
logRepeater LogRepeater
pluginName string
return iRacingReplayOverlay.Phases.Capturing