Class: TagLib::ID3v2::UserUrlLinkFrame

Inherits:
UrlLinkFrame show all
Defined in:
docs/taglib/id3v2.rb

Overview

User URL link frame (WXXX).

Instance Attribute Summary collapse

Attributes inherited from UrlLinkFrame

#text, #url

Attributes inherited from Frame

#frame_id

Method Summary

Methods inherited from Frame

#to_string

Instance Attribute Details

#descriptionString

Returns description.

Returns:

  • (String)

    description



488
489
490
# File 'docs/taglib/id3v2.rb', line 488

def description
  @description
end

#text_encodingString

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

Returns:

  • (String)


493
494
495
# File 'docs/taglib/id3v2.rb', line 493

def text_encoding
  @text_encoding
end