TagFile.this

Create a TagFile from a filename. Rather than trying to guess the type it will use the one specified.

  1. this(string filename)
  2. this(string filename, FileType type)
    class TagFile
    this
    (
    string filename
    ,
    FileType type
    )
  3. this(ubyte[] data)

Parameters

filename string

The name of the file

type FileType

The file type to use