Class: TagLib::ID3v2::UserTextIdentificationFrame
- Inherits:
-
TextIdentificationFrame
- Object
- Frame
- TextIdentificationFrame
- TagLib::ID3v2::UserTextIdentificationFrame
- Defined in:
- docs/taglib/id3v2.rb
Overview
User text identification frame (TXXX
).
Instance Attribute Summary collapse
-
#description ⇒ String
Description of content.
Attributes inherited from TextIdentificationFrame
#field_list, #text, #text_encoding
Attributes inherited from Frame
Method Summary
Methods inherited from TextIdentificationFrame
Methods inherited from Frame
Constructor Details
This class inherits a constructor from TagLib::ID3v2::TextIdentificationFrame
Instance Attribute Details
#description ⇒ String
Returns description of content.
440 441 442 |
# File 'docs/taglib/id3v2.rb', line 440 def description @description end |