C# Class Metrics.FileQualityCoefficient

Description of File Quality Coefficient.
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Méthodes publiques

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

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
Résultat System

ToString() public méthode

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