Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

baseEntry:updatethumbnailfromsourceentry
Description:
Update entry thumbnail from a different entry by a specified time offset (in seconds).
Input Params
Name Type Description Required Default Value Restrictions
entryId string Media entry id V
sourceEntryId string Media entry id V
timeOffset int Time offset (in seconds) V
Output Type
KalturaBaseEntry
Errors
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found
PERMISSION_DENIED_TO_UPDATE_ENTRY;;User can update only the entries he own, otherwise an admin session must be used
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=baseEntry&action=updatethumbnailfromsourceentry
POST fields:
entryId
sourceEntryId
timeOffset