class Id3::V2::UserDefinedTextFrame
- Id3::V2::UserDefinedTextFrame
- Id3::V2::Frame
- Reference
- Object
Overview
SPEC(2.3, 2.4):
This frame is intended for one-string text information concerning the audio file in a similar way to the other "T"-frames. The frame body consists of a description of the string, represented as a terminated string, followed by the actual string. There may be more than one "TXXX" frame in each tag, but only one with the same description.
Defined in:
id3/v2/frames/user_defined_text_frame.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #description : String
- #encoding : Encoding
-
#hash(hasher)
See
Object#hash(hasher)
- #value : String
Instance methods inherited from class Id3::V2::Frame
==(other : self)
==,
body : Bytes
body,
compression_size : Int32 | Nil
compression_size,
encryption : UInt8 | Nil
encryption,
extra_flag_bytes : Int32
extra_flag_bytes,
flags : NewFlags | OldFlags | Nil
flags,
group : UInt8 | Nil
group,
hash(hasher)
hash,
id : String
id,
pretty_print(pp : PrettyPrint)
pretty_print,
size : Int32
size
Constructor methods inherited from class Id3::V2::Frame
new(id : String, version : Version, size : Int32, flags : Id3::V2::Frame::NewFlags | Id3::V2::Frame::OldFlags | Nil, raw_body)
new
Class methods inherited from class Id3::V2::Frame
from_id(id : String)
from_id,
read(r : Reader, version : Version)
read,
read_all(r : Reader, header : Header)
read_all,
valid_id?(id : String)
valid_id?
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.