AI-generated Key Takeaways
-
chrome.cast.media.AudiobookChapterMediaMetadata
provides descriptive metadata for audiobook chapters, including titles, chapter numbers, and cover art. -
This class includes properties like
bookTitle
,chapterNumber
,chapterTitle
,images
, and more for detailed chapter information. -
For backward compatibility, it also includes the
subtitle
andtitle
properties, mirroringbookTitle
andchapterTitle
respectively.
chrome.cast.media. AudiobookChapterMediaMetadata
An audiobook chapter description.
Constructor
AudiobookChapterMediaMetadata
new AudiobookChapterMediaMetadata()
Properties
bookTitle
(string or undefined)
Audiobook title.
chapterNumber
(number or undefined)
Chapter number, used for display purposes.
chapterTitle
(string or undefined)
Chapter title.
images
(non-null Array of non-null chrome.cast.Image or undefined)
Chapter or book cover art.
subtitle
(string or undefined)
Audiobook title, for backward compatibility.
title
(string or undefined)
Chapter title, for backward compatibility.