Class: TagLib::RIFF::WAV::File
Overview
The file class for .wav files.
Class Method Summary collapse
Instance Method Summary collapse
-
#audio_properties ⇒ TagLib::RIFF::WAV::Properties
Returns audio properties.
-
#initialize(filename, read_properties = true) ⇒ File
constructor
Load a WAV file.
-
#tag ⇒ TagLib::ID3v2::Tag
Returns the ID3v2 tag.
Methods inherited from File
Constructor Details
#initialize(filename, read_properties = true) ⇒ File
Load a WAV file.
41 42 |
# File 'docs/taglib/wav.rb', line 41 def initialize(filename, read_properties=true) end |
Class Method Details
.open(filename, read_properties = true) {|file| ... } ⇒ Object
33 34 |
# File 'docs/taglib/wav.rb', line 33 def self.open(filename, read_properties=true) end |
Instance Method Details
#audio_properties ⇒ TagLib::RIFF::WAV::Properties
Returns audio properties.
53 54 |
# File 'docs/taglib/wav.rb', line 53 def audio_properties end |
#tag ⇒ TagLib::ID3v2::Tag
Returns the ID3v2 tag.
47 48 |
# File 'docs/taglib/wav.rb', line 47 def tag end |