RemoteAndroidPlaybackInfo class
Playback information for remote volume handling.
- Inheritance
-
- Object
- AndroidPlaybackInfo
- RemoteAndroidPlaybackInfo
Constructors
- RemoteAndroidPlaybackInfo({required AndroidVolumeControlType volumeControlType, required int maxVolume, required int volume})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- maxVolume → int
-
The maximum volume supported.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volume → int
-
The current volume.
final
- volumeControlType → AndroidVolumeControlType
-
The type of volume control supported by the session.
final
Methods
-
copyWith(
{AndroidVolumeControlType? volumeControlType, int? maxVolume, int? volume}) → AndroidPlaybackInfo - Creates a copy of this object with fields replaced.
-
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