C# Class CUETools.Codecs.FLAKE.FlakeEncodeParams

Show file Open project: ClusterM/google-speech-to-text-api.net

Public Properties

Property Type Description
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

Public Methods

Method Description
flake_set_defaults ( int lvl ) : int

Method Details

flake_set_defaults() public method

public flake_set_defaults ( int lvl ) : int
lvl int
return int

Property Details

block_size public property

public int block_size
return int

block_time_ms public property

public int block_time_ms
return int

compression public property

public int compression
return int

do_seektable public property

public bool do_seektable
return bool

estimation_depth public property

public int estimation_depth
return int

lpc_max_precision_search public property

public int lpc_max_precision_search
return int

lpc_min_precision_search public property

public int lpc_min_precision_search
return int

max_fixed_order public property

public int max_fixed_order
return int

max_partition_order public property

public int max_partition_order
return int

max_prediction_order public property

public int max_prediction_order
return int

min_fixed_order public property

public int min_fixed_order
return int

min_partition_order public property

public int min_partition_order
return int

min_prediction_order public property

public int min_prediction_order
return int

order_method public property

public OrderMethod order_method
return OrderMethod

padding_size public property

public int padding_size
return int

prediction_type public property

public PredictionType prediction_type
return PredictionType

stereo_method public property

public StereoMethod stereo_method
return StereoMethod

variable_block_size public property

public int variable_block_size
return int

window_function public property

public WindowFunction window_function
return WindowFunction

window_method public property

public WindowMethod window_method
return WindowMethod