C# 클래스 Vidka.Components.VidkaFastPreviewPlayer

파일 보기 프로젝트 열기: miktemk/VidkaEditor 1 사용 예제들

공개 메소드들

메소드 설명
PleaseUnlockThisFile ( string filename ) : void
SetFileMapping ( VidkaFileMapping fileMapping ) : void
SetStillFrame ( string filename, double offsetSeconds ) : void
SetStillFrameNone ( ) : void
VidkaFastPreviewPlayer ( ) : System

비공개 메소드들

메소드 설명
VidkaFastPreviewPlayer_Load ( object sender, EventArgs e ) : void
VidkaFastPreviewPlayer_Paint ( object sender, PaintEventArgs e ) : void
disposeOfOldBmpThumbs ( ) : void

메소드 상세

PleaseUnlockThisFile() 공개 메소드

public PleaseUnlockThisFile ( string filename ) : void
filename string
리턴 void

SetFileMapping() 공개 메소드

public SetFileMapping ( VidkaFileMapping fileMapping ) : void
fileMapping VidkaFileMapping
리턴 void

SetStillFrame() 공개 메소드

public SetStillFrame ( string filename, double offsetSeconds ) : void
filename string
offsetSeconds double
리턴 void

SetStillFrameNone() 공개 메소드

public SetStillFrameNone ( ) : void
리턴 void

VidkaFastPreviewPlayer() 공개 메소드

public VidkaFastPreviewPlayer ( ) : System
리턴 System