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

Inheritance: IVideoSink
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
FileFormat string
FrameIndex int
foldername string

Méthodes publiques

Méthode 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 méthode

public AddFrame ( Image bmp ) : void
bmp Image
Résultat void

AddFrame() public méthode

public AddFrame ( byte imgdata ) : void
imgdata byte
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

ImageFileSequence() public méthode

public ImageFileSequence ( string foldername ) : System
foldername string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

FileFormat public_oe property

public string FileFormat
Résultat string

FrameIndex public_oe property

public int FrameIndex
Résultat int

foldername public_oe property

public string foldername
Résultat string