[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`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"]]