ChatAudioPlayer class

Properties

audioContextDefault ↔ AudioContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
players Map<String, AudioPlayer>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCurrentPosition(String playerId) Future<Duration?>
initAudioPlayer() → void
isPlaying(String playerId) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
play(String id, Source source, {required StopAction stopAction, double? volume, double? balance, AudioContext? ctx, Duration? position, PlayerMode? mode}) Future<bool>
release() → void
stop(String id) → void
stopAll() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ChatAudioPlayer
final