Uses of Interface
com.wowza.wms.mediacache.model.IMediaCacheItem
Packages that use IMediaCacheItem
-
Uses of IMediaCacheItem in com.wowza.wms.mediacache.impl
Methods in com.wowza.wms.mediacache.impl that return IMediaCacheItemModifier and TypeMethodDescriptionIMediaCacheItemHTTPReaderFactory.getMediaCacheItem()
Get the Media Cache item associated with this instance.Methods in com.wowza.wms.mediacache.impl with parameters of type IMediaCacheItemModifier and TypeMethodDescriptionvoid
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 IMediaCacheItemModifier and TypeMethodDescriptionIMediaCacheReader.getMediaCacheItem()
Get the MediaCache item associated with this readerIMediaCacheSource.loadCacheItem
(String mediaName, IMediaCacheStoreItem storeItem) IMediaCacheSource.loadCacheItem
(String mediaName, IMediaCacheStoreItem storeItem, long length, long lastModified) IMediaCacheSource.newCacheItem
(String mediaName) Methods in com.wowza.wms.mediacache.model with parameters of type IMediaCacheItemModifier and TypeMethodDescriptionvoid
IMediaCacheReader.setMediaCacheItem
(IMediaCacheItem mediaCacheItem) Set the MediaCache item associated with this reader