Uses of Interface
com.wowza.wms.mediacache.model.IMediaCacheSource
-
Packages that use IMediaCacheSource Package Description com.wowza.wms.mediacache.model -
-
Uses of IMediaCacheSource in com.wowza.wms.mediacache.model
Methods in com.wowza.wms.mediacache.model that return IMediaCacheSource Modifier and Type Method Description IMediaCacheSource
IMediaCacheItem. getMediaCacheSource()
Gets the MediaCache source for the itemMethods in com.wowza.wms.mediacache.model with parameters of type IMediaCacheSource Modifier and Type Method Description void
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
-