ee.data.getFilmstripThumbId
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
קבלת מזהה של תמונה ממוזערת של רצועת סרט עבור נכס נתון.
מחזירה את מזהה התמונה הממוזערת ואת הטוקן האופציונלי, או null אם צוינה פונקציית קריאה חוזרת.
שימוש | החזרות |
---|
ee.data.getFilmstripThumbId(params, callback) | ThumbnailId |
ארגומנט | סוג | פרטים |
---|
params | FilmstripThumbnailOptions | פרמטרים להעברת הבקשה. |
callback | פונקציה, אופציונלי | קריאה חוזרת אופציונלית. אם לא מספקים את הערך הזה, השיחה מתבצעת באופן סינכרוני. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eRetrieves the thumbnail ID and an optional token for a specified asset, utilizing the \u003ccode\u003eee.data.getFilmstripThumbId\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eRequires input parameters defined within a \u003ccode\u003eFilmstripThumbnailOptions\u003c/code\u003e object to specify the asset.\u003c/p\u003e\n"],["\u003cp\u003eOffers both synchronous and asynchronous execution through an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eReturns the \u003ccode\u003eThumbnailId\u003c/code\u003e directly if no callback is provided, facilitating immediate use in applications.\u003c/p\u003e\n"]]],[],null,["# ee.data.getFilmstripThumbId\n\n\u003cbr /\u003e\n\nGet a Filmstrip Thumbnail Id for a given asset.\n\n\u003cbr /\u003e\n\nReturns the thumb ID and optional token, or null if a callback is specified.\n\n| Usage | Returns |\n|-----------------------------------------------------|-------------|\n| `ee.data.getFilmstripThumbId(params, `*callback*`)` | ThumbnailId |\n\n| Argument | Type | Details |\n|------------|---------------------------|------------------------------------------------------------------------|\n| `params` | FilmstripThumbnailOptions | Parameters to make the request with. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]