Class: TagLib::Ogg::Vorbis::File
- Defined in:
- docs/taglib/vorbis.rb
Overview
The file class for .ogg and other .oga files.
Class Method Summary collapse
Instance Method Summary collapse
-
#audio_properties ⇒ TagLib::Ogg::Vorbis::Properties
Returns audio properties.
-
#initialize(filename, read_properties = true) ⇒ File
constructor
Load an Ogg Vorbis file.
-
#tag ⇒ TagLib::Ogg::XiphComment
Returns the VorbisComment tag.
Methods inherited from File
Constructor Details
#initialize(filename, read_properties = true) ⇒ File
Load an Ogg Vorbis file.
29 30 |
# File 'docs/taglib/vorbis.rb', line 29 def initialize(filename, read_properties=true) end |
Class Method Details
.open(filename, read_properties = true) {|file| ... } ⇒ Object
21 22 |
# File 'docs/taglib/vorbis.rb', line 21 def self.open(filename, read_properties=true) end |
Instance Method Details
#audio_properties ⇒ TagLib::Ogg::Vorbis::Properties
Returns audio properties.
41 42 |
# File 'docs/taglib/vorbis.rb', line 41 def audio_properties end |
#tag ⇒ TagLib::Ogg::XiphComment
Returns the VorbisComment tag.
35 36 |
# File 'docs/taglib/vorbis.rb', line 35 def tag end |