C# 클래스 Metrics.FileQualityCoefficient

Description of File Quality Coefficient.
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

FileQualityCoefficient() 공개 메소드

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
리턴 System

ToString() 공개 메소드

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