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.modelMethods in com.wowza.wms.mediacache.model that return IMediaCacheSource Modifier and Type Method Description IMediaCacheSourceIMediaCacheItem. getMediaCacheSource()Gets the MediaCache source for the itemMethods in com.wowza.wms.mediacache.model with parameters of type IMediaCacheSource Modifier and Type Method Description voidIMediaCacheSourceNotify. onMediaCacheSourceCreate(IMediaCacheSource mediaCacheSource)When a source is added this is called with the current source as a parameter.voidIMediaCacheSourceNotify. onMediaCacheSourceDestroy(IMediaCacheSource mediaCacheSource)When a source is removed successfully this is called with the source that has been removed as a parameter.voidIMediaCacheItem. setMediaCacheSource(IMediaCacheSource mediaCacheSource)Sets the MediaCache source for the item
 
-