Name |
Description |
add | Adds a new mix.
If the dataContent is null, a default timeline will be created.
|
get | Get mix entry by id.
|
update | Update mix entry. Only the properties that were set will be updated.
|
delete | Delete a mix entry.
|
list | List entries by filter with paging support.
Return parameter is an array of mix entries.
|
count | Count mix entries by filter.
|
clone | Clones an existing mix.
|
appendMediaEntry | Appends a media entry to a the end of the mix timeline, this will save the mix timeline as a new version.
|
requestFlattening | Request a new flattening job, flattening is used to convert a video mix to a video file.
|
getMixesByMediaId | Get the mixes in which the media entry is included
|
getReadyMediaEntries | Get all ready media entries that exist in the given mix id
|
anonymousRank | Anonymously rank a mix entry, no validation is done on duplicate rankings
|