Class: TagLib::ID3v2::FrameFactory
- Inherits:
-
Object
- Object
- TagLib::ID3v2::FrameFactory
- Defined in:
- docs/taglib/id3v2.rb
Overview
Frame factory for ID3v2 frames. Useful for setting the default text encoding.
Instance Attribute Summary collapse
-
#default_text_encoding ⇒ TagLib::String constant
Get/set the default text encoding for new ID3v2 frames.
Class Method Summary collapse
-
.instance ⇒ FrameFactory
The default frame factory.
Instance Attribute Details
#default_text_encoding ⇒ TagLib::String constant
Get/set the default text encoding for new ID3v2 frames. See the section String Encodings in TagLib.
159 160 161 |
# File 'docs/taglib/id3v2.rb', line 159 def default_text_encoding @default_text_encoding end |
Class Method Details
.instance ⇒ FrameFactory
Returns the default frame factory.
152 153 |
# File 'docs/taglib/id3v2.rb', line 152 def self.instance end |