RawSoundPlayerPlatform class
- Inheritance
-
- Object
- PlatformInterface
- RawSoundPlayerPlatform
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
feed(
RawSoundPlayerPrototype player, Uint8List data) → Future< int> -
initialize(
RawSoundPlayerPrototype player, {int bufferSize = 4096 << 3, int nChannels = 1, int sampleRate = 16000, int pcmType = 0}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
RawSoundPlayerPrototype player) → Future< int> -
play(
RawSoundPlayerPrototype player) → Future< int> -
release(
RawSoundPlayerPrototype player) → Future< void> -
resume(
RawSoundPlayerPrototype player) → Future< int> -
setVolume(
RawSoundPlayerPrototype player, double volume) → Future< int> -
stop(
RawSoundPlayerPrototype player) → Future< int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ RawSoundPlayerPlatform
-
getter/setter pair