org.ocap.dvr
Class PrivateRecordingSpec
java.lang.Object
org.ocap.shared.dvr.RecordingSpec
org.ocap.dvr.PrivateRecordingSpec
public class PrivateRecordingSpec
- extends RecordingSpec
Specifies a recording request that can be resolved only by an application
defined request resolution handler.
PrivateRecordingSpec
public PrivateRecordingSpec(Serializable requestData,
RecordingProperties properties)
- Constructor
- Parameters:
requestData
- private data the format of which is known only
to the application.properties
- the definition of how the recording is to be done
getPrivateData
public Serializable getPrivateData()
- Returns the private data stored in this recording spec
- Returns:
- the private data passed into the constructor