C# 클래스 SharpFFmpeg.ImagePlayer

파일 보기 프로젝트 열기: crazyender/FFMPEG.net

공개 메소드들

메소드 설명
ImagePlayer ( IntPtr wnd, int width, int height ) : System
PutImage ( VideoFrameType type ) : void
Start ( ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
ImageThread ( ) : void

메소드 상세

ImagePlayer() 공개 메소드

public ImagePlayer ( IntPtr wnd, int width, int height ) : System
wnd System.IntPtr
width int
height int
리턴 System

PutImage() 공개 메소드

public PutImage ( VideoFrameType type ) : void
type VideoFrameType
리턴 void

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void