Replay class Null safety
- Mixed in types
- Available Extensions
Constructors
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 non-existent 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