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 | | |

Constructors

Replay({required Transport transport, required Uri uri})

Properties

hashCode int
The hash code for this object.
no setterinherited
loggy → Loggy<UiLoggy>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport Transport
finalinherited
uri Uri
finalinherited

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