C# Class Vidka.Core.ExternalOps.MetaGeneratorInOtherThread

Show file Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
MetaGeneratorInOtherThread ( VidkaFileMapping fileMapping ) : System
RequestMeta ( string filename, VideoMetadataUseful>.Action customCallback = null ) : void
RequestThumbsAndWave ( string filename ) : void
RequestThumbsOnly ( string filename, bool forceRegenerate = false ) : void
RequestWaveOnly ( string filename, bool forceRegenerate = false, Action customCallback = null ) : void
WhenDoneSayYouAreDone ( string customMessage ) : void

Private Methods

Method Description
UiConsolePush ( VidkaConsoleLogLevel level, string text ) : void
UiPushResult ( OpBaseClass op ) : void
dispatch_pleaseUnlockThisFile ( string filename ) : void

Method Details

MetaGeneratorInOtherThread() public method

public MetaGeneratorInOtherThread ( VidkaFileMapping fileMapping ) : System
fileMapping VidkaFileMapping
return System

RequestMeta() public method

public RequestMeta ( string filename, VideoMetadataUseful>.Action customCallback = null ) : void
filename string
customCallback VideoMetadataUseful>.Action
return void

RequestThumbsAndWave() public method

public RequestThumbsAndWave ( string filename ) : void
filename string
return void

RequestThumbsOnly() public method

public RequestThumbsOnly ( string filename, bool forceRegenerate = false ) : void
filename string
forceRegenerate bool
return void

RequestWaveOnly() public method

public RequestWaveOnly ( string filename, bool forceRegenerate = false, Action customCallback = null ) : void
filename string
forceRegenerate bool
customCallback Action
return void

WhenDoneSayYouAreDone() public method

public WhenDoneSayYouAreDone ( string customMessage ) : void
customMessage string
return void