C# Class OdessaGUIProject.Workers.SaveWorker

Inheritance: PublishWorker
Mostra file Open project: noahsw/highlight-hunter Class Usage Examples

Private Properties

Property Type Description
IsValidVideo bool
PublishWorker_DoWork void
SaveWatermarkToDisk void
SaveWorker System
SpliceVideo System.IO.FileInfo
SplicingProcessOutputDataReceived void
UploadMediaInfo void
ViewResult bool

Private Methods

Method Description
IsValidVideo ( FileInfo fileInfo ) : bool
PublishWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
SaveWatermarkToDisk ( int videoWidth, int videoHeight, string watermarkPath ) : void
SaveWorker ( HighlightObject highlightObject ) : System
SpliceVideo ( string outputFilePath, bool isReencoding = false ) : FileInfo

Splices out a new highlight video and saves it to the OutputDirectory

SplicingProcessOutputDataReceived ( object sendingProcess, DataReceivedEventArgs outLine ) : void
UploadMediaInfo ( ) : void
ViewResult ( string &errorMessage ) : bool