C# 클래스 X.Viewer.FFmpeg.FFmpegRenderer

상속: IContentRenderer
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
CaptureThumbnail ( Windows ms ) : System.Threading.Tasks.Task
Load ( ) : void
SendMessageThru ( object source, ContentViewEventArgs ea ) : void
Unload ( ) : void
UpdateSource ( string uri ) : void

비공개 메소드들

메소드 설명
HasALocalDriveLetter ( string testString ) : bool

메소드 상세

CaptureThumbnail() 공개 메소드

public CaptureThumbnail ( Windows ms ) : System.Threading.Tasks.Task
ms Windows
리턴 System.Threading.Tasks.Task

Load() 공개 메소드

public Load ( ) : void
리턴 void

SendMessageThru() 공개 메소드

public SendMessageThru ( object source, ContentViewEventArgs ea ) : void
source object
ea ContentViewEventArgs
리턴 void

Unload() 공개 메소드

public Unload ( ) : void
리턴 void

UpdateSource() 공개 메소드

public UpdateSource ( string uri ) : void
uri string
리턴 void