Class: AudiobookChapterMediaMetadata

  • AudiobookChapterMediaMetadata provides structured data for describing an audiobook chapter within the Cast framework.

  • Key properties include bookTitle, chapterNumber, chapterTitle, contentRating, and images to represent relevant chapter information.

  • For backward compatibility, subtitle and title properties are also available but map to bookTitle and chapterTitle respectively.

Constructor

AudiobookChapterMediaMetadata

new AudiobookChapterMediaMetadata()

Properties

bookTitle

(string or undefined)

The audiobook title.

chapterNumber

(number or undefined)

The chapter number, used for display purposes.

chapterTitle

(string or undefined)

The chapter title.

contentRating

The content rating.

images

(non-null Array of non-null cast.framework.messages.Image or undefined)

The chapter or book cover art.

subtitle

(string or undefined)

The audiobook title, for backward compatibility.

title

(string or undefined)

The chapter title, for backward compatibility.