C# Class CascadeSharp.TKService.Image.Image_VideoParams

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Image_VideoParams ( ) : System
Image_VideoParams ( Image_VideoParams parameter1 ) : System
SetFramerate ( int theValue ) : void
SetFramerate ( int theNumerator, int theDenominator ) : void

Method Details

Image_VideoParams() public méthode

public Image_VideoParams ( ) : System
Résultat System

Image_VideoParams() public méthode

public Image_VideoParams ( Image_VideoParams parameter1 ) : System
parameter1 Image_VideoParams
Résultat System

SetFramerate() public méthode

public SetFramerate ( int theValue ) : void
theValue int
Résultat void

SetFramerate() public méthode

public SetFramerate ( int theNumerator, int theDenominator ) : void
theNumerator int
theDenominator int
Résultat void