C# Class Yodiwo.Media.Video.Sink.ImageFile

Inheritance: IVideoSink
Mostrar archivo Open project: yodiwo/plegma

Public Properties

Property Type Description
filename string

Public Methods

Method Description
AddFrame ( Image bmp ) : void
AddFrame ( byte imgdata ) : void
Clear ( ) : void
Flush ( ) : void
ImageFile ( string fname ) : System
Start ( ) : void
Stop ( ) : void

Method Details

AddFrame() public method

public AddFrame ( Image bmp ) : void
bmp Image
return void

AddFrame() public method

public AddFrame ( byte imgdata ) : void
imgdata byte
return void

Clear() public method

public Clear ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

ImageFile() public method

public ImageFile ( string fname ) : System
fname string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

filename public_oe property

public string filename
return string