Kaltura API

mixingupdate
Description:
Update mix entry. Only the properties that were set will be updated.
Input Params
Name Type Description Required Default Value
entryId string Mix entry id to update V
mixEntry KalturaMixEntry Mix entry metadata to update V
Output Type
KalturaMixEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/mixing/action/update
JSON object:
				
{ entryId: "value", mixEntry: { objectType: "KalturaMixEntry", msDuration: value, editorType: value, dataContent: "value" } }