FlutterSoundMediaPlayerWeb class
Constructors
Properties
- audioCtx ↔ AudioContext?
- 
  
  getter/setter pair
- callback ↔ FlutterSoundPlayerCallback?
- 
  
  getter/setter pair
- codec ↔ Codec
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- interleaved ↔ bool
- 
  
  getter/setter pair
- javascriptScriptLoaded ↔ bool
- 
  
  getter/setter pair
- numChannels ↔ int
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sampleRate ↔ int
- 
  
  getter/setter pair
- streamNode ↔ AudioWorkletNode?
- 
  
  getter/setter pair
Methods
- 
  error(Map msg) → void 
- 
  feed({required Uint8List data}) → Future< int> 
- 
  feedFloat32({required List< Float32List> data}) → Future<int> 
- 
  feedInt16({required List< Int16List> data}) → Future<int> 
- 
  logMsg(Map msg) → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  pausePlayer() → Future< int> 
- 
  postMessage(String message, JSAny? data) → void 
- 
  resumePlayer() → Future< int> 
- 
  setSpeed({required double speed}) → Future< int> 
- 
  setVolume({required double volume}) → Future< int> 
- 
  setVolumePan({double? volume, double? pan}) → Future< int> 
- 
  startPlayerFromStream(FlutterSoundPlayerCallback callback, {Codec codec = Codec.pcm16, bool interleaved = true, int numChannels = 1, int sampleRate = 16000, int bufferSize = 8192}) → Future< int> 
- 
  stopPlayer() → Future< int> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited