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

Inheritance: IVideoSink
Mostrar archivo Open project: yodiwo/plegma

Public Properties

Property Type Description
FileFormat string
FrameIndex int
foldername string

Public Methods

Method Description
AddFrame ( Image bmp ) : void
AddFrame ( byte imgdata ) : void
Clear ( ) : void
Flush ( ) : void
ImageFileSequence ( string foldername ) : 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

ImageFileSequence() public method

public ImageFileSequence ( string foldername ) : System
foldername string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

FileFormat public_oe property

public string FileFormat
return string

FrameIndex public_oe property

public int FrameIndex
return int

foldername public_oe property

public string foldername
return string