ACRCloudSession class

A recording session.

Properties

hashCode int
The hash code for this object.
no setterinherited
result Future<ACRCloudResponse?>
A Future which resolves to null if the session is cancelled, or an ACRCloudResponse otherwise.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeStream Stream<double>
A Stream of volume values.
no setter

Methods

cancel() → void
Cancel this session.
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited