Class: EasyTag::Interfaces::MP4

Inherits:
Base
  • Object
show all
Defined in:
lib/easytag/interfaces/mp4.rb

Instance Attribute Summary

Attributes inherited from Base

#interface

Instance Method Summary collapse

Methods inherited from Base

build_proxy_methods, #proxy_getter

Constructor Details

#initialize(file) ⇒ MP4

Returns a new instance of MP4.



7
8
9
# File 'lib/easytag/interfaces/mp4.rb', line 7

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