| Package | Description |
|---|---|
| com.wowza.wms.mediacache.impl | |
| com.wowza.wms.mediacache.model |
| Modifier and Type | Method and Description |
|---|---|
IMediaCacheItem |
IMediaCacheItemHTTPReaderFactory.getMediaCacheItem()
Get the Media Cache item associated with this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMediaCacheItemHTTPReaderFactory.setMediaCacheItem(IMediaCacheItem mediaCacheItem)
Set the Media Cache item associated to this instance.
|
| Modifier and Type | Method and Description |
|---|---|
IMediaCacheItem |
IMediaCacheReader.getMediaCacheItem()
Get the MediaCache item associated with this reader
|
IMediaCacheItem |
IMediaCacheSource.loadCacheItem(String mediaName,
IMediaCacheStoreItem storeItem) |
IMediaCacheItem |
IMediaCacheSource.loadCacheItem(String mediaName,
IMediaCacheStoreItem storeItem,
long length,
long lastModified) |
IMediaCacheItem |
IMediaCacheSource.newCacheItem(String mediaName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMediaCacheReader.setMediaCacheItem(IMediaCacheItem mediaCacheItem)
Set the MediaCache item associated with this reader
|