Replay class
The replay service provides a mechanism for replay of stored video, audio and metadata. This mechanism may also be used to download data from the storage device so that export functionality can be provided.
Default Access Policy Definition | | Administrator | Operator | User | Anonymous | | PRE_AUTH | X | X | X | X | | READ_SYSTEM | X | X | X | | | READ_SYSTEM_SENSITIVE | X | X | | | | READ_SYSTEM_SECRET | X | | | | | WRITE_SYSTEM | X | | | | | UNRECOVERABLE | X | | | | | READ_MEDIA | X | X | X | | | ACTUATE | X | X | | |
Properties
Methods
-
getReplayConfiguration(
) → Future< ReplayConfiguration> - Returns the current configuration of the replay service. This operation is mandatory.
-
getReplayUri(
String recordingToken, {required StreamSetup streamSetup}) → Future< String> - Requests a URI that can be used to initiate playback of a recorded stream using RTSP as the control protocol. The URI is valid only as it is specified in the response. A device supporting the Replay Service shall support the GetReplayUri command.
-
getServiceCapabilities(
) → Future< Capabilities> - Returns the capabilities of the replay service. The result is returned in a typed answer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setReplayConfiguration(
ReplayConfiguration configuration) → Future< bool> - Changes the current configuration of the replay service. This operation is mandatory.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited