Package org.opencastproject.capture
Interface CaptureParameters
public interface CaptureParameters
Contains properties that the ConfigurationManager refer. These properties should exist in the configuration file on
the local machine as well as the centralised server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAgent configuration property indicating how the agent was registeredstatic final StringAgent configuration value indicating ad-hoc registrationstatic final StringA comma delimited list of the friendly names for capturing devicesstatic final StringString prefix used when specify capture device propertiesstatic final StringThe key for the workflow definition, if any, in the capture properties attached to the iCal event
-
Field Details
-
AGENT_REGISTRATION_TYPE
Agent configuration property indicating how the agent was registered- See Also:
-
AGENT_REGISTRATION_TYPE_ADHOC
Agent configuration value indicating ad-hoc registration- See Also:
-
INGEST_WORKFLOW_DEFINITION
The key for the workflow definition, if any, in the capture properties attached to the iCal event- See Also:
-
CAPTURE_DEVICE_NAMES
A comma delimited list of the friendly names for capturing devices- See Also:
-
CAPTURE_DEVICE_PREFIX
String prefix used when specify capture device properties- See Also:
-