class Id3::V2::CommentFrame

Overview

SPEC(2.3, 2.4):

This frame is intended for any kind of full text information that does not fit in any other frame. It consists of a frame header followed by encoding, language and content descriptors and is ended with the actual comment as a text string. Newline characters are allowed in the comment text string. There may be more than one comment frame in each tag, but only one with the same language and content descriptor.

Text encoding $xx Language $xx xx xx Short content descrip. $00 (00) The actual text

Included Modules

Defined in:

id3/v2/frames/comment_frame.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id, version, size, flags, raw_body) #

Class Method Detail

def self.create(id, version, size, flags, encoding : Encoding, language, description, content) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def content : String #

def description : String #

def encoding : Encoding #

def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def language : String #