[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`chrome.cast.media.PhotoMediaMetadata` provides a structured way to describe photo media for casting, including details like title, artist, location, and associated images."],["It contains properties for essential photo metadata like dimensions (width, height), geolocation (latitude, longitude), creation timestamp, and photographer information."],["Developers can utilize `PhotoMediaMetadata` to create rich metadata descriptions for photos displayed on Cast-enabled devices."]]],["The `PhotoMediaMetadata` class describes photo media content, containing properties like the photographer's name (`artist`), the photo's creation date/time (`creationDateTime`), height (`height`), width (`width`), and title (`title`). It also includes an array of associated images (`images`), location information with latitude (`latitude`), longitude (`longitude`) and location name (`location`). The class can be constructed using the `PhotoMediaMetadata()` constructor.\n"]]