Kaltura API

flavorassetconvert
Description:
Add and convert new Flavor Asset for Entry with specific Flavor Params
Input Params
Name Type Description Required Default Value
entryId string V
flavorParamsId int V
priority int 1
Example HTTP Hit
http://www.kaltura.com/api_v3/service/flavorasset/action/convert
JSON object:
				
{ entryId: "value", flavorParamsId: value, priority: value }