Replay class Null safety

Mixed in types
Available Extensions

Constructors

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

Properties

hashCode int
The hash code for this object.
read-onlyinherited
loggy Loggy<UiLoggy>
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
transport Transport
final
uri Uri
final

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