Documentation
Dlang.org
TagFile.this
taglib
tag_file
TagFile
Create a TagFile from a filename. The file type will be guessed by TagLib.
this
(string filename)
class
TagFile
this
(
string
filename
)
this
(string filename, FileType type)
this
(ubyte[] data)
Parameters
filename
string
The name of the file
taglib
tag_file
TagFile
constructors
this
functions
appendComplexProp
appendProp
getComplexProp
getComplexPropValues
getProp
getPropKeys
getPropValues
isValid
save
setComplexProp
setProp
properties
album
artist
audioProps
bitrate
channels
comment
genre
getComplexPropKeys
length
samplerate
tag
title
track
year
Create a TagFile from a filename. The file type will be guessed by TagLib.