Kaltura API

thumbparamsadd
Description:
Add new Thumb Params
Input Params
Name Type Description Required Default Value
thumbParams KalturaThumbParams V
Output Type
KalturaThumbParams
Example HTTP Hit
http://www.kaltura.com/api_v3/service/thumbparams/action/add
JSON object:
				
{ thumbParams: { objectType: "KalturaThumbParams", partnerId: value, name: "value", systemName: "value", description: "value", tags: "value", requiredPermissions: [{ objectType: "KalturaString", value: "value" }], sourceRemoteStorageProfileId: value, remoteStorageProfileIds: value, mediaParserType: "value", sourceAssetParamsIds: "value", cropType: value, quality: value, cropX: value, cropY: value, cropWidth: value, cropHeight: value, videoOffset: value, width: value, height: value, scaleWidth: value, scaleHeight: value, backgroundColor: "value", sourceParamsId: value, format: "value", density: value, stripProfiles: value, videoOffsetInPercentage: value, interval: value } }