Class: TagLib::MP4::File
Overview
The file class for '.m4a' files.
Class Method Summary collapse
Instance Method Summary collapse
- #audio_properties ⇒ TagLib::MP4::Properties
-
#initialize(filename, read_properties = true) ⇒ TagLib::MP4::File
constructor
Load an M4A file.
-
#tag ⇒ TagLib::MP4::Tag?
Returns the MP4 tag in the file.
Methods inherited from File
Constructor Details
#initialize(filename, read_properties = true) ⇒ TagLib::MP4::File
Load an M4A file.
72 73 |
# File 'docs/taglib/mp4.rb', line 72 def initialize(filename, read_properties=true) end |
Class Method Details
.open(filename, read_properties = true) {|file| ... } ⇒ Object
63 64 |
# File 'docs/taglib/mp4.rb', line 63 def self.open(filename, read_properties=true) end |
Instance Method Details
#audio_properties ⇒ TagLib::MP4::Properties
83 84 |
# File 'docs/taglib/mp4.rb', line 83 def audio_properties end |
#tag ⇒ TagLib::MP4::Tag?
Returns the MP4 tag in the file
79 80 |
# File 'docs/taglib/mp4.rb', line 79 def tag end |