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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sui bool
final
type int
final
vol double
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.
override