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

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

Méthodes publiques

Свойство Type Description
filename string

Méthodes publiques

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

ImageFile() public méthode

public ImageFile ( string fname ) : System
fname 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

filename public_oe property

public string filename
Résultat string