media:updatethumbnailfromsourceentry | ||
---|---|---|
Description: | ||
Update media entry thumbnail from a different entry by a specified time offset (In seconds) If flavor params id not specified, source flavor will be used by default DEPRECATED |
||
Input Params | ||
name | type | Description |
entryId | string | Media entry id |
sourceEntryId | string | Media entry id |
timeOffset | int | Time offset (in seconds) |
flavorParamsId | int | The flavor params id to be used |
Output Type | ||
type | ||
KalturaMediaEntry | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" 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=media&action=updatethumbnailfromsourceentry POST fields: entryId sourceEntryId timeOffset flavorParamsId |