Titre du livre audio, pour assurer la rétrocompatibilité.
title
(chaîne ou non défini)
Titre du chapitre, pour la rétrocompatibilité.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[null,null,["Dernière mise à jour le 2023/12/02 (UTC)."],[[["`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` and `title` properties, mirroring `bookTitle` and `chapterTitle` respectively."]]],["The `AudiobookChapterMediaMetadata` class describes an audiobook chapter. It includes properties for `bookTitle`, `chapterNumber`, and `chapterTitle` to identify and display the chapter. `images` holds cover art. Backward compatibility is maintained with `subtitle` and `title`, which mirror `bookTitle` and `chapterTitle` respectively. The class has a constructor, `AudiobookChapterMediaMetadata()`, for creating new instances.\n"]]