FijkVolumeEvent class
vol is the value of volume, and has been mapped into range 0.0, 1.0
.
true value of sui indicates that Android/iOS system volume changed UI is shown for this volume change event.
type shows track\stream type for this volume change, this value is always FijkVolume.STREAM_MUSIC in this version
- Annotations
Constructors
- FijkVolumeEvent({required double vol, required bool sui, required int type})
-
const
Properties
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.
override