Class: AudiobookContainerMetadata

  • AudiobookContainerMetadata provides descriptive information about an audiobook container.

  • It includes properties like authors, narrators, publisher, and release date of the audiobook.

  • These properties help in organizing and displaying information about audiobooks within a Cast application.

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.