C# 클래스 Yodiwo.Media.Video.Sink.ImageFile

상속: IVideoSink
파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
filename string

공개 메소드들

메소드 설명
AddFrame ( Image bmp ) : void
AddFrame ( byte imgdata ) : void
Clear ( ) : void
Flush ( ) : void
ImageFile ( string fname ) : System
Start ( ) : void
Stop ( ) : void

메소드 상세

AddFrame() 공개 메소드

public AddFrame ( Image bmp ) : void
bmp Image
리턴 void

AddFrame() 공개 메소드

public AddFrame ( byte imgdata ) : void
imgdata byte
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ImageFile() 공개 메소드

public ImageFile ( string fname ) : System
fname string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

filename 공개적으로 프로퍼티

public string filename
리턴 string