[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eAudiobookChapterMediaMetadata\u003c/code\u003e provides structured data for describing an audiobook chapter within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003ebookTitle\u003c/code\u003e, \u003ccode\u003echapterNumber\u003c/code\u003e, \u003ccode\u003echapterTitle\u003c/code\u003e, \u003ccode\u003econtentRating\u003c/code\u003e, and \u003ccode\u003eimages\u003c/code\u003e to represent relevant chapter information.\u003c/p\u003e\n"],["\u003cp\u003eFor backward compatibility, \u003ccode\u003esubtitle\u003c/code\u003e and \u003ccode\u003etitle\u003c/code\u003e properties are also available but map to \u003ccode\u003ebookTitle\u003c/code\u003e and \u003ccode\u003echapterTitle\u003c/code\u003e respectively.\u003c/p\u003e\n"]]],[],null,["# Class: AudiobookChapterMediaMetadata\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).AudiobookChapterMediaMetadata\n======================================================================================================================================================================\n\nclass static\n\nAn audiobook chapter description.\n\nConstructor\n-----------\n\n### AudiobookChapterMediaMetadata\n\nnew\nAudiobookChapterMediaMetadata()\n\nProperties\n----------\n\n### bookTitle\n\n(string or undefined)\n\nThe audiobook title.\n\n### chapterNumber\n\n(number or undefined)\n\nThe chapter number, used for display purposes.\n\n### chapterTitle\n\n(string or undefined)\n\nThe chapter title.\n\n### contentRating\n\n\u003cbr /\u003e\n\nThe content rating.\n\n### images\n\n(non-null Array of non-null [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) or undefined)\n\nThe chapter or book cover art.\n\n### subtitle\n\n(string or undefined)\n\nThe audiobook title, for backward compatibility.\n\n### title\n\n(string or undefined)\n\nThe chapter title, for backward compatibility."]]