Class: TagLib::ID3v2::UserUrlLinkFrame
- Inherits:
-
UrlLinkFrame
- Object
- Frame
- UrlLinkFrame
- TagLib::ID3v2::UserUrlLinkFrame
- Defined in:
- docs/taglib/id3v2.rb
Overview
User URL link frame (WXXX
).
Instance Attribute Summary collapse
-
#description ⇒ String
Description.
-
#text_encoding ⇒ String
Encoding for storing the text in the tag, e.g.
TagLib::String::UTF8
. See the section String Encodings in TagLib.
Attributes inherited from UrlLinkFrame
Attributes inherited from Frame
Method Summary
Methods inherited from Frame
Instance Attribute Details
#description ⇒ String
Returns description.
488 489 490 |
# File 'docs/taglib/id3v2.rb', line 488 def description @description end |
#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 |