class Id3::V2::TextFrame
- Id3::V2::TextFrame
- Id3::V2::Frame
- Reference
- Object
Included Modules
Defined in:
id3/v2/frames/text_frame.crConstructors
Class Method Summary
- .create(id, version, size, flags, encoding : Encoding, content : String)
- .create(id, version, size, flags, encoding : Encoding, contents : Array(String))
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #content : String
- #contents : Array(String)
- #encoding : Encoding
-
#hash(hasher)
See
Object#hash(hasher)
Instance methods inherited from module Id3::V2::FrameWithContent
content : String
content
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?
.