Method: TagLib::MPEG::File#initialize

Defined in:
docs/taglib/mpeg.rb

#initialize(filename, read_properties = true) ⇒ File

Load an MPEG file.

Parameters:

  • filename (String)
  • read_properties (Boolean) (defaults to: true)

    if audio properties should be read



9
10
# File 'docs/taglib/mpeg.rb', line 9

def initialize(filename, read_properties=true)
end