C# Class Metrics.FileQualityCoefficient

Description of File Quality Coefficient.
ファイルを表示 Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
FileQualityCoefficient ( double br = 0.0, double cm = 0.0, double sr = 0.0 ) : System

Main Constructor of the coefficient class. This constructor just initializes all the component with the given values.

ToString ( ) : string

Returns a string representation of the File Quality Coefficient and of its components.

Method Details

FileQualityCoefficient() public method

Main Constructor of the coefficient class. This constructor just initializes all the component with the given values.
public FileQualityCoefficient ( double br = 0.0, double cm = 0.0, double sr = 0.0 ) : System
br double Bit Rate Component
cm double Channel Mode Component
sr double Sample Rate Component
return System

ToString() public method

Returns a string representation of the File Quality Coefficient and of its components.
public ToString ( ) : string
return string