Class: TagLib::ID3v2::TextIdentificationFrame

Inherits:
Frame
  • Object
show all
Defined in:
docs/taglib/id3v2.rb

Overview

Text identification frame (T???).

Direct Known Subclasses

UserTextIdentificationFrame

Instance Attribute Summary collapse

Attributes inherited from Frame

#frame_id

Method Summary

Methods inherited from Frame

#to_string

Instance Attribute Details

#field_listArray<String>



324
325
326
# File 'docs/taglib/id3v2.rb', line 324

def field_list
  @field_list
end

#text=(value) ⇒ Object (writeonly)



327
328
329
# File 'docs/taglib/id3v2.rb', line 327

def text=(value)
  @text = value
end

#text_encodingTagLib::String constant

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



321
322
323
# File 'docs/taglib/id3v2.rb', line 321

def text_encoding
  @text_encoding
end