Class: AudiobookContainerMetadata

  • AudiobookContainerMetadata provides descriptive information for an audiobook container.

  • It includes properties for authors, narrators, publisher, and release date.

  • The release date is expected to be in ISO 8601 format.

Constructor

AudiobookContainerMetadata

new AudiobookContainerMetadata()

Properties

authors

(non-null Array of string or undefined)

The book authors.

narrators

(non-null Array of string or undefined)

The audiobook narrators.

publisher

(string or undefined)

The book publisher.

releaseDate

(string or undefined)

The date when the book was released, in ISO 8601 format, for example, 2014-02-10.