class Id3::V2::UserDefinedTextFrame

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.

Text encoding $xx Description $00 (00) Value

Defined in:

id3/v2/frames/user_defined_text_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, 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 description : String #

def encoding : Encoding #

def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def value : String #