Uses of Interface
com.wowza.wms.mediacache.model.IMediaCacheItem
-
Packages that use IMediaCacheItem Package Description com.wowza.wms.mediacache.impl com.wowza.wms.mediacache.model -
-
Uses of IMediaCacheItem in com.wowza.wms.mediacache.impl
Methods in com.wowza.wms.mediacache.impl that return IMediaCacheItem Modifier and Type Method Description IMediaCacheItem
IMediaCacheItemHTTPReaderFactory. getMediaCacheItem()
Get the Media Cache item associated with this instance.Methods in com.wowza.wms.mediacache.impl with parameters of type IMediaCacheItem Modifier and Type Method Description void
IMediaCacheItemHTTPReaderFactory. setMediaCacheItem(IMediaCacheItem mediaCacheItem)
Set the Media Cache item associated to this instance. -
Uses of IMediaCacheItem in com.wowza.wms.mediacache.model
Methods in com.wowza.wms.mediacache.model that return IMediaCacheItem Modifier and Type Method Description IMediaCacheItem
IMediaCacheReader. getMediaCacheItem()
Get the MediaCache item associated with this readerIMediaCacheItem
IMediaCacheSource. loadCacheItem(String mediaName, IMediaCacheStoreItem storeItem)
IMediaCacheItem
IMediaCacheSource. loadCacheItem(String mediaName, IMediaCacheStoreItem storeItem, long length, long lastModified)
IMediaCacheItem
IMediaCacheSource. newCacheItem(String mediaName)
Methods in com.wowza.wms.mediacache.model with parameters of type IMediaCacheItem Modifier and Type Method Description void
IMediaCacheReader. setMediaCacheItem(IMediaCacheItem mediaCacheItem)
Set the MediaCache item associated with this reader
-