AI-generated Key Takeaways
-
chrome.cast.media.AudiobookChapterMediaMetadata is a static class used to describe an audiobook chapter.
-
It has properties like bookTitle, chapterNumber, chapterTitle, and images to provide details about the audiobook and its chapters.
-
The class also includes subtitle and title properties for backward compatibility.
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.