C# Class Vidka.Core.ExternalOps.MetaGeneratorInOtherThread

Afficher le fichier Open project: miktemk/VidkaEditor Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

MetaGeneratorInOtherThread() public méthode

public MetaGeneratorInOtherThread ( VidkaFileMapping fileMapping ) : System
fileMapping VidkaFileMapping
Résultat System

RequestMeta() public méthode

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

RequestThumbsAndWave() public méthode

public RequestThumbsAndWave ( string filename ) : void
filename string
Résultat void

RequestThumbsOnly() public méthode

public RequestThumbsOnly ( string filename, bool forceRegenerate = false ) : void
filename string
forceRegenerate bool
Résultat void

RequestWaveOnly() public méthode

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

WhenDoneSayYouAreDone() public méthode

public WhenDoneSayYouAreDone ( string customMessage ) : void
customMessage string
Résultat void