class FLACTag::FLAC

Defined in:

flactag/flactag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flac_path : String) #

[View source]

Instance Method Detail

def read : FLACTags #

[View source]
def read_stream_info : FLACStreamInfo #

[View source]
def write(to_write : FLACTags, del_strings = Array(String).new) : Nil #

[View source]