MiniAudioPlayerOptions class
Options for MiniAudioPlayer
.
Constructors
-
MiniAudioPlayerOptions({required MediaStream? stream, required Consumer consumer, required String remoteProducerId, required MiniAudioPlayerParameters parameters, Widget miniAudioComponent(Map<
String, dynamic> )?, Map<String, dynamic> ? miniAudioProps})
Properties
- consumer → Consumer
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
miniAudioComponent
→ (Widget Function(Map<
String, dynamic> )?) -
final
-
miniAudioProps
→ Map<
String, dynamic> ? -
final
- parameters → MiniAudioPlayerParameters
-
final
- remoteProducerId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stream → MediaStream?
-
final
Methods
-
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