|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.shared.dvr.RecordingProperties
public abstract class RecordingProperties
Base class for specifying properties defining how a recording is to be made.
Constructor Summary | |
---|---|
RecordingProperties(long expirationPeriod)
Constructor |
Method Summary | |
---|---|
long |
getExpirationPeriod()
Return the value of the expiration period. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordingProperties(long expirationPeriod)
expirationPeriod
- The period in seconds after the initiation of
recording when leaf recording requests with this recording
property are deemed as expired.Method Detail |
---|
public long getExpirationPeriod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |