Class: AudioTag::ID3::V2::Frames::CommentFrame

Inherits:
AudioTag::ID3::V2::Frame show all
Defined in:
lib/audio_tag/id3/v2/frames/comment_frame.rb

Instance Attribute Summary

Attributes inherited from AudioTag::ID3::V2::Frame

#header, #raw_data

Attributes inherited from StreamReader

#stream

Instance Method Summary collapse

Methods inherited from AudioTag::ID3::V2::Frame

build, #initialize, #key, #to_h

Methods inherited from StreamSection

#initialize

Methods inherited from StreamReader

#initialize, #read, #read!, #read_byte, #read_byte!, #read_bytes, #read_bytes!, #read_bytes_until, #read_bytes_until!, #read_until, #read_until!

Constructor Details

This class inherits a constructor from AudioTag::ID3::V2::Frame

Instance Method Details

#dataObject



6
7
8
# File 'lib/audio_tag/id3/v2/frames/comment_frame.rb', line 6

def data
  { language => { description => text } }
end