Kaltura API

Service Name mixing
Description A Mix is an XML unique format invented by Kaltura, it allows the user to create a mix of videos and images, in and out points, transitions, text overlays, soundtrack, effects and much more... Mixing service lets you create a new mix, manage its metadata and make basic manipulations.
Actions
Name Description
add Adds a new mix. If the dataContent is null, a default timeline will be created.
anonymousRank Anonymously rank a mix entry, no validation is done on duplicate rankings
appendMediaEntry Appends a media entry to the end of the mix timeline, this will save the mix timeline as a new version.
clone Clones an existing mix.
count Count mix entries by filter.
delete Delete a mix entry.
get Get mix entry by id.
getMixesByMediaId Get the mixes in which the media entry is included
getReadyMediaEntries Get all ready media entries that exist in the given mix id
list List entries by filter with paging support. Return parameter is an array of mix entries.
update Update mix entry. Only the properties that were set will be updated.