class TagLib::Tag

Defined in:

cr-taglib.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ptr : Pointer(Library::Tag)) #

[View source]

Instance Method Detail

def album #

[View source]
def album=(value : ::String) #

[View source]
def artist #

[View source]
def artist=(value : ::String) #

[View source]
def comment #

[View source]
def comment=(value : ::String) #

[View source]
def genre #

[View source]
def genre=(value : ::String) #

[View source]
def title #

[View source]
def title=(value : ::String) #

[View source]
def track #

[View source]
def track=(value : Int32) #

[View source]
def year #

[View source]
def year=(value : Int32) #

[View source]