Class: AudiobookContainerMetadata

  • AudiobookContainerMetadata provides descriptive information about an audiobook container.

  • Key properties include authors, narrators, publisher, and release date.

  • Authors and narrators are represented as arrays of strings, while publisher and release date are strings.

  • Release date follows the ISO 8601 format (YYYY-MM-DD).

Constructor

AudiobookContainerMetadata

new AudiobookContainerMetadata()

Properties

authors

(non-null Array of string or undefined)

Book authors.

narrators

(non-null Array of string or undefined)

Audiobook narrators.

publisher

(string or undefined)

Book publisher.

releaseDate

(string or undefined)

ISO 8601 date when the book was released, e.g. 2014-02-10.