Struct taglib::File[][src]

pub struct File { /* fields omitted */ }

A representation of an audio file, with meta-data and properties.

Methods

impl File
[src]

Creates a new taglib::File for the given filename.

Creates a new taglib::File for the given filename and type of file.

Returns the taglib::Tag instance for the given file.

Returns whether the file is valid.

Returns the taglib::AudioProperties instance for the given file.

Updates the meta-data of the file.

Trait Implementations

impl Drop for File
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for File

impl !Sync for File