Method: TagLib::ID3v2::UserUrlLinkFrame#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.
493 494 495 |
# File 'docs/taglib/id3v2.rb', line 493 def text_encoding @text_encoding end |