Class: EasyTag::MP4Tagger

Inherits:
BaseTagger show all
Extended by:
MP4AttributeAccessors
Defined in:
lib/easytag/taggers/mp4.rb

Instance Attribute Summary

Attributes inherited from BaseTagger

#taglib

Instance Method Summary collapse

Methods included from MP4AttributeAccessors

data_from_item, item_reader, read_item

Methods included from BaseAttributeAccessors

#audio_prop_reader, #cast, #extract, #post_process, #read_audio_property

Methods inherited from BaseTagger

#close, #method_missing, #year

Constructor Details

#initialize(file) ⇒ MP4Tagger

Returns a new instance of MP4Tagger.



69
70
71
# File 'lib/easytag/taggers/mp4.rb', line 69

def initialize(file)
  @taglib = TagLib::MP4::File.new(file)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class EasyTag::BaseTagger