public interface IMediaCacheStoreItem
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getBlockMask() |
Internal
|
String |
getBlockPath() |
Get the path of the block associated with this item.
|
String |
getMediaPath() |
Get the path of the media associated with this item.
|
java.util.Properties |
getProperties() |
Get the properties for this item
|
String |
getPropertiesPath() |
Get the full path of the properties
|
com.wowza.wms.mediacache.model.MediaCacheStore |
getStore() |
Get the store associated to this item.
|
void |
initMedia(long length) |
Initialise the media entry with the length of the asset.
|
long |
length() |
Get the length of the asset.
|
void |
setBlockMask(byte[] blockMask) |
Internal
|
void |
setLength(long length) |
Set the length of the asset.
|
void |
setProperties(java.util.Properties props) |
Set the properties for this item.
|
String |
toString() |
|
void |
updateBlockMask(byte[] blockMask,
long offset,
long len) |
Internal
|
byte[] getBlockMask()
String getBlockPath()
String getMediaPath()
java.util.Properties getProperties()
String getPropertiesPath()
com.wowza.wms.mediacache.model.MediaCacheStore getStore()
void initMedia(long length)
length - long length()
void setBlockMask(byte[] blockMask)
blockMask - void setLength(long length)
length - void setProperties(java.util.Properties props)
Properties - propsString toString()
toString in class Objectvoid updateBlockMask(byte[] blockMask,
long offset,
long len)
blockMask - offset - len -