C# Class Yodiwo.Media.Video.Source.IPCamFrameΤrapper

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

Méthodes publiques

Méthode Description
AcceptAllCertifications ( object sender, System certification, System chain, System sslPolicyErrors ) : bool
IPCamFrameΤrapper ( string uri, string username, string passwd ) : System
OnFrameCapturedCb ( Bitmap bitmap ) : void
Pause ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Capturing ( ) : void

Method Details

AcceptAllCertifications() public méthode

public AcceptAllCertifications ( object sender, System certification, System chain, System sslPolicyErrors ) : bool
sender object
certification System
chain System
sslPolicyErrors System
Résultat bool

IPCamFrameΤrapper() public méthode

public IPCamFrameΤrapper ( string uri, string username, string passwd ) : System
uri string
username string
passwd string
Résultat System

OnFrameCapturedCb() public méthode

public OnFrameCapturedCb ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void