C# Class Vidka.Components.VidkaFastPreviewPlayer

Mostra file Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
PleaseUnlockThisFile ( string filename ) : void
SetFileMapping ( VidkaFileMapping fileMapping ) : void
SetStillFrame ( string filename, double offsetSeconds ) : void
SetStillFrameNone ( ) : void
VidkaFastPreviewPlayer ( ) : System

Private Methods

Method Description
VidkaFastPreviewPlayer_Load ( object sender, EventArgs e ) : void
VidkaFastPreviewPlayer_Paint ( object sender, PaintEventArgs e ) : void
disposeOfOldBmpThumbs ( ) : void

Method Details

PleaseUnlockThisFile() public method

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

SetFileMapping() public method

public SetFileMapping ( VidkaFileMapping fileMapping ) : void
fileMapping VidkaFileMapping
return void

SetStillFrame() public method

public SetStillFrame ( string filename, double offsetSeconds ) : void
filename string
offsetSeconds double
return void

SetStillFrameNone() public method

public SetStillFrameNone ( ) : void
return void

VidkaFastPreviewPlayer() public method

public VidkaFastPreviewPlayer ( ) : System
return System