C# Class CascadeSharp.TKService.Image.Image_VideoParams

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public Image_VideoParams ( ) : System
return System

Image_VideoParams() public method

public Image_VideoParams ( Image_VideoParams parameter1 ) : System
parameter1 Image_VideoParams
return System

SetFramerate() public method

public SetFramerate ( int theValue ) : void
theValue int
return void

SetFramerate() public method

public SetFramerate ( int theNumerator, int theDenominator ) : void
theNumerator int
theDenominator int
return void