C# Class iRacingReplayOverlay.Phases.TranscodeAndOverlay

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

Public Methods

Method Description
Apply ( string gameDataFile, int videoBitRate, string destFile, bool highlights, long>.Action progressReporter, Func isAborted, string pluginName ) : void

Private Methods

Method Description
ApplyEdits ( ProcessSample next ) : ProcessSample
MonitorProgress ( ProcessSample next ) : ProcessSample
Process ( Transcoder transcoder, bool highlights, long>.Action monitorProgress, Func isAborted ) : void
TranscodeAndOverlay ( LeaderBoard leaderBoard, long>.Action progressReporter ) : iRacingReplayOverlay.Phases.Capturing
applyIntroOverlay ( SourceReaderSampleWithBitmap sample ) : void
applyRaceDataOverlay ( SourceReaderSampleWithBitmap sample ) : void
showClosingFlashCard ( SourceReaderSample sample ) : bool

Method Details

Apply() public static method

public static Apply ( string gameDataFile, int videoBitRate, string destFile, bool highlights, long>.Action progressReporter, Func isAborted, string pluginName ) : void
gameDataFile string
videoBitRate int
destFile string
highlights bool
progressReporter long>.Action
isAborted Func
pluginName string
return void