public interface IDvrPurgeController
DvrPurgeControllerFactory,
IDvrPrivateConstants.PROPERTY_PURGE_CONTROL_CLASS| Modifier and Type | Method | Description |
|---|---|---|
long |
getCurrentTime() |
Get current DVR time.
|
long |
getLastPurgeTime() |
Get the DVR time when the last purge occurred.
|
void |
init(IDvrStreamStore store) |
Initialize the controller.
|
boolean |
isPurgingEnabled() |
Is Purging enabled for this controller.
|
void |
setCurrentDvrTime(long newDvrTime) |
Set the current DVR time and perform purge if necessary.
|
long getCurrentTime()
long getLastPurgeTime()
void init(IDvrStreamStore store)
store - the DVR stream storeboolean isPurgingEnabled()
void setCurrentDvrTime(long newDvrTime)
newDvrTime -