$file $file : \duncan3dc\MetaAudio\Interfaces\FileInterface Type \duncan3dc\MetaAudio\Interfaces\FileInterface — The file to read.
open() open(\duncan3dc\MetaAudio\Interfaces\FileInterface $file) : $this Load the passed file. Parameters \duncan3dc\MetaAudio\Interfaces\FileInterface $file The file to read Returns $this
getTag() getTag(string $key) : mixed Get a tag from the file. Parameters string $key The name of the tag to get Returns mixed
setTag() setTag(string $key, mixed $value) : $this Set a tag in the file. Parameters string $key The name of the tag to set mixed $value The value to set the tag to Returns $this
putTags() putTags(array $tags) : void Write the specified tags to the currently loaded file. Parameters array $tags