Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
flactag
main
BitReader
BitReader
FLACTag
FLAC
FLACPicture
FLACStreamInfo
FLACTags
IncorrectFirstBlockException
InvalidMagicException
InvalidVorbisCommentException
ITUNESADVISORY
PictureType
Built with Crystal 1.9.2
2023-10-07 20:45:15 UTC
class
FLACTag::FLAC
FLACTag::FLAC
Reference
Object
Defined in:
flactag/flactag.cr
Constructors
.new
(flac_path : String)
Instance Method Summary
#read
: FLACTags
#read_stream_info
: FLACStreamInfo
#write
(to_write : FLACTags, del_strings =
Array
(
String
).new) : Nil
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
]