|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordingProperties | |
---|---|
org.ocap.dvr | Provides extension classes and interfaces to the shared DVR APIs. |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
Uses of RecordingProperties in org.ocap.dvr |
---|
Subclasses of RecordingProperties in org.ocap.dvr | |
---|---|
class |
OcapRecordingProperties
Encapsulates the details about how a recording is to be made. |
Constructors in org.ocap.dvr with parameters of type RecordingProperties | |
---|---|
PrivateRecordingSpec(Serializable requestData,
RecordingProperties properties)
Constructor |
Uses of RecordingProperties in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that return RecordingProperties | |
---|---|
RecordingProperties |
RecordingSpec.getProperties()
Return the description of how the recording is to be done. |
Methods in org.ocap.shared.dvr with parameters of type RecordingProperties | |
---|---|
void |
RecordingRequest.setRecordingProperties(RecordingProperties properties)
Modify the RecordingProperties corresponding to the RecordingSpec for this recording request. |
Constructors in org.ocap.shared.dvr with parameters of type RecordingProperties | |
---|---|
LocatorRecordingSpec(Locator[] source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
|
RecordingSpec(RecordingProperties properties)
Constructor. |
|
ServiceContextRecordingSpec(ServiceContext serviceContext,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
|
ServiceRecordingSpec(Service source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |