taglib_file_new

Creates a TagLib file based on filename. TagLib will try to guess the file type.

extern (C)
TagLib_File*
taglib_file_new
(
const(char)* filename
)

Return Value

null if the file type cannot be determined or the file cannot be opened.