ee.data.getFilmstripThumbId
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ruft die ID des Filmstreifen-Thumbnails für ein bestimmtes Asset ab.
Gibt die Thumb-ID und das optionale Token zurück oder „null“, wenn ein Callback angegeben ist.
Nutzung | Ausgabe |
---|
ee.data.getFilmstripThumbId(params, callback) | ThumbnailId |
Argument | Typ | Details |
---|
params | FilmstripThumbnailOptions | Parameter für die Anfrage. |
callback | Funktion (optional) | Ein optionaler Callback. Wenn nicht angegeben, erfolgt der Aufruf synchron. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]