Class: TagLib::Ogg::Vorbis::File

Inherits:
File
  • Object
show all
Defined in:
docs/taglib/vorbis.rb

Overview

The file class for .ogg and other .oga files.

Instance Method Summary collapse

Methods inherited from File

#close

Constructor Details

#initialize(filename, read_properties = true) ⇒ File

Load an Ogg Vorbis file.

Parameters:

  • filename (String)
  • read_properties (Boolean) (defaults to: true)

    if audio properties should be read



10
11
# File 'docs/taglib/vorbis.rb', line 10

def initialize(filename, read_properties=true)
end

Instance Method Details

#audio_propertiesTagLib::Ogg::Vorbis::Properties

Returns audio properties.



22
23
# File 'docs/taglib/vorbis.rb', line 22

def audio_properties
end

#tagTagLib::Ogg::XiphComment

Returns the VorbisComment tag.



16
17
# File 'docs/taglib/vorbis.rb', line 16

def tag
end