Method: TagLib::ID3v2::GeneralEncapsulatedObjectFrame#text_encoding

Defined in:
docs/taglib/id3v2.rb

#text_encodingString

Encoding for storing the text in the tag, e.g. TagLib::String::UTF8. See the section String Encodings in TagLib.

Returns:

  • (String)

294
295
296
# File 'docs/taglib/id3v2.rb', line 294

def text_encoding
  @text_encoding
end