C# 클래스 CUETools.Codecs.FLAKE.FlakeEncodeParams

파일 보기 프로젝트 열기: ClusterM/google-speech-to-text-api.net

공개 프로퍼티들

프로퍼티 타입 설명
block_size int
block_time_ms int
compression int
do_seektable bool
estimation_depth int
lpc_max_precision_search int
lpc_min_precision_search int
max_fixed_order int
max_partition_order int
max_prediction_order int
min_fixed_order int
min_partition_order int
min_prediction_order int
order_method OrderMethod
padding_size int
prediction_type PredictionType
stereo_method StereoMethod
variable_block_size int
window_function WindowFunction
window_method WindowMethod

공개 메소드들

메소드 설명
flake_set_defaults ( int lvl ) : int

메소드 상세

flake_set_defaults() 공개 메소드

public flake_set_defaults ( int lvl ) : int
lvl int
리턴 int

프로퍼티 상세

block_size 공개적으로 프로퍼티

public int block_size
리턴 int

block_time_ms 공개적으로 프로퍼티

public int block_time_ms
리턴 int

compression 공개적으로 프로퍼티

public int compression
리턴 int

do_seektable 공개적으로 프로퍼티

public bool do_seektable
리턴 bool

estimation_depth 공개적으로 프로퍼티

public int estimation_depth
리턴 int

lpc_max_precision_search 공개적으로 프로퍼티

public int lpc_max_precision_search
리턴 int

lpc_min_precision_search 공개적으로 프로퍼티

public int lpc_min_precision_search
리턴 int

max_fixed_order 공개적으로 프로퍼티

public int max_fixed_order
리턴 int

max_partition_order 공개적으로 프로퍼티

public int max_partition_order
리턴 int

max_prediction_order 공개적으로 프로퍼티

public int max_prediction_order
리턴 int

min_fixed_order 공개적으로 프로퍼티

public int min_fixed_order
리턴 int

min_partition_order 공개적으로 프로퍼티

public int min_partition_order
리턴 int

min_prediction_order 공개적으로 프로퍼티

public int min_prediction_order
리턴 int

order_method 공개적으로 프로퍼티

public OrderMethod order_method
리턴 OrderMethod

padding_size 공개적으로 프로퍼티

public int padding_size
리턴 int

prediction_type 공개적으로 프로퍼티

public PredictionType prediction_type
리턴 PredictionType

stereo_method 공개적으로 프로퍼티

public StereoMethod stereo_method
리턴 StereoMethod

variable_block_size 공개적으로 프로퍼티

public int variable_block_size
리턴 int

window_function 공개적으로 프로퍼티

public WindowFunction window_function
리턴 WindowFunction

window_method 공개적으로 프로퍼티

public WindowMethod window_method
리턴 WindowMethod