Method: ADSP::Test::File#get_compatible_decompressor_options

Defined in:
lib/adsp/test/file.rb

#get_compatible_decompressor_options(compressor_options, &block) ⇒ Object



115
116
117
# File 'lib/adsp/test/file.rb', line 115

def get_compatible_decompressor_options(compressor_options, &block)
  option.get_compatible_decompressor_options compressor_options, BUFFER_LENGTH_MAPPING, &block
end