| Package | Description |
|---|---|
| com.wowza.wms.mediacache.model |
| Modifier and Type | Method and Description |
|---|---|
IMediaCacheSource |
IMediaCacheItem.getMediaCacheSource()
Gets the MediaCache source for the item
|
| Modifier and Type | Method and 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
|