| mixing:appendmediaentry | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Appends a media entry to a the end of the mix timeline, this will save the mix timeline as a new version. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| mixEntryId | string | Mix entry to append to its timeline | V | ||
| mediaEntryId | string | Media entry to append to the timeline | V | ||
| Output Type | |||||
| KalturaMixEntry | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=mixing&action=appendmediaentry POST fields: mixEntryId mediaEntryId |
|||||