C# 클래스 Vidka.Components.VidkaFastPreviewPlayerWrapper

Since VidkaFastPreviewPlayer.cs does not support playback, we need to wrap inside this wrapper class to swap playerFast and playerWmp depending on whether we are doing playback
상속: IVideoPlayer
파일 보기 프로젝트 열기: miktemk/VidkaEditor 1 사용 예제들

공개 메소드들

메소드 설명
GetPositionSec ( ) : double
IsStopped ( ) : bool
PlayVideoClip ( string filename, double clipSecStart, double clipSecEnd, bool mute ) : void
PleaseUnlockThisFile ( string filename ) : void
SetStillFrame ( string filename, double offsetSeconds ) : void
SetStillFrameNone ( ) : void
StopWhateverYouArePlaying ( ) : void
VidkaFastPreviewPlayerWrapper ( VidkaFastPreviewPlayer playerFast, IVideoPlayer playerWmp, IVidkaMainForm form ) : System

비공개 메소드들

메소드 설명
setWmpEnabled ( bool enabled ) : void

메소드 상세

GetPositionSec() 공개 메소드

public GetPositionSec ( ) : double
리턴 double

IsStopped() 공개 메소드

public IsStopped ( ) : bool
리턴 bool

PlayVideoClip() 공개 메소드

public PlayVideoClip ( string filename, double clipSecStart, double clipSecEnd, bool mute ) : void
filename string
clipSecStart double
clipSecEnd double
mute bool
리턴 void

PleaseUnlockThisFile() 공개 메소드

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

SetStillFrame() 공개 메소드

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

SetStillFrameNone() 공개 메소드

public SetStillFrameNone ( ) : void
리턴 void

StopWhateverYouArePlaying() 공개 메소드

public StopWhateverYouArePlaying ( ) : void
리턴 void

VidkaFastPreviewPlayerWrapper() 공개 메소드

public VidkaFastPreviewPlayerWrapper ( VidkaFastPreviewPlayer playerFast, IVideoPlayer playerWmp, IVidkaMainForm form ) : System
playerFast VidkaFastPreviewPlayer
playerWmp IVideoPlayer
form IVidkaMainForm
리턴 System