Contents

title

The title information for the audio file.

Declaration

var title: String? { get }

Discussion

If you do not set the title directly at initialization time, the asset object obtains the information from the audio file’s metadata. If the file does not contain any title metadata, the filename is used for the title.

See Also

Getting the Asset’s Properties