Uses of Interface
com.wowza.wms.mediacache.model.IMediaCacheSource
Packages that use IMediaCacheSource
-
Uses of IMediaCacheSource in com.wowza.wms.mediacache.model
Methods in com.wowza.wms.mediacache.model that return IMediaCacheSourceModifier and TypeMethodDescriptionIMediaCacheItem.getMediaCacheSource()
Gets the MediaCache source for the itemMethods in com.wowza.wms.mediacache.model with parameters of type IMediaCacheSourceModifier and TypeMethodDescriptionvoid
IMediaCacheSourceNotify.onMediaCacheSourceCreate
(IMediaCacheSource mediaCacheSource) When a source is added this is called with the current source as a parameter.void
IMediaCacheSourceNotify.onMediaCacheSourceDestroy
(IMediaCacheSource mediaCacheSource) When a source is removed successfully this is called with the source that has been removed as a parameter.void
IMediaCacheItem.setMediaCacheSource
(IMediaCacheSource mediaCacheSource) Sets the MediaCache source for the item