Class: LAME::Encoding::InterleavedShortBufferEncoder

Inherits:
InterleavedBufferEncoder show all
Defined in:
lib/lame/encoding/interleaved_short_buffer_encoder.rb

Instance Attribute Summary

Attributes inherited from InterleavedBufferEncoder

#configuration

Instance Method Summary collapse

Methods inherited from InterleavedBufferEncoder

#encode_frame, #initialize

Constructor Details

This class inherits a constructor from LAME::Encoding::InterleavedBufferEncoder

Instance Method Details

#data_typeObject



5
6
7
# File 'lib/lame/encoding/interleaved_short_buffer_encoder.rb', line 5

def data_type
  :short
end

#lame_functionObject



9
10
11
# File 'lib/lame/encoding/interleaved_short_buffer_encoder.rb', line 9

def lame_function
  :lame_encode_buffer_interleaved
end