AI-generated Key Takeaways
-
AudiobookChapterMediaMetadata
provides structured data for describing an audiobook chapter within the Cast framework. -
Key properties include
bookTitle
,chapterNumber
,chapterTitle
,contentRating
, andimages
to represent relevant chapter information. -
For backward compatibility,
subtitle
andtitle
properties are also available but map tobookTitle
andchapterTitle
respectively.
cast.framework.messages. AudiobookChapterMediaMetadata
An audiobook chapter description.
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.