AudioValue class

The state of a StreamingController.

Constructors

AudioValue({bool? isInitialized, bool? isStreaming, String? errorDescription, bool? isMuted, dynamic event})
const
AudioValue.uninitialized()
const

Properties

errorDescription String?
final
event → dynamic
Raw event info
final
hasError bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool?
True after StreamingController.initialize has completed successfully.
final
isMuted bool?
True when the micro muted is true
final
isStreaming bool?
True when the streaming is true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isInitialized, bool? isStreaming, String? errorDescription, bool? isMuted, dynamic event}) AudioValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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