Uses of Class
com.kaltura.client.types.MixEntry
-
Packages that use MixEntry Package Description com.kaltura.client.services -
-
Uses of MixEntry in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type MixEntry Modifier and Type Method Description static MixingService.AddMixingBuilderMixingService. add(MixEntry mixEntry)Adds a new mix.static MixingService.UpdateMixingBuilderMixingService. update(String entryId, MixEntry mixEntry)Update mix entry.Constructors in com.kaltura.client.services with parameters of type MixEntry Constructor Description AddMixingBuilder(MixEntry mixEntry)UpdateMixingBuilder(String entryId, MixEntry mixEntry)
-