Method: TagLib::FileRef#initialize
- Defined in:
- docs/taglib/base.rb
#initialize(filename, read_audio_properties = true, audio_properties_style = TagLib::AudioProperties::Average) ⇒ FileRef
Create a FileRef from a file name.
43 44 45 |
# File 'docs/taglib/base.rb', line 43 def initialize(filename, read_audio_properties=true, audio_properties_style=TagLib::AudioProperties::Average) end |