Kaltura API

mediaupdateThumbnailFromSourceEntry
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
Input Params
Name Type Description Required Default Value
entryId string Media entry id V
sourceEntryId string Media entry id V
timeOffset int Time offset (in seconds) V
flavorParamsId int The flavor params id to be used 1
Output Type
KalturaMediaEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/media/action/updateThumbnailFromSourceEntry
JSON object:
				
{ entryId: "value", sourceEntryId: "value", timeOffset: value, flavorParamsId: value }