Method: TagLib::ID3v2::GeneralEncapsulatedObjectFrame#text_encoding
- Defined in:
- docs/taglib/id3v2.rb
#text_encoding ⇒ String
Encoding for storing the text in the tag, e.g.
TagLib::String::UTF8
. See the section String Encodings in
TagLib.
294 295 296 |
# File 'docs/taglib/id3v2.rb', line 294 def text_encoding @text_encoding end |