InputVolumeMeters class

A high-volume event providing volume levels of all active inputs every 50 milliseconds.

Complexity Rating: 4/5 Latest Supported RPC Version: 1 Added in v5.0.0

Annotations
  • @JsonSerializable.new()

Constructors

InputVolumeMeters({required List<Map<String, dynamic>> inputs})
InputVolumeMeters.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputs List<Map<String, dynamic>>
Array of active inputs with their associated volume levels
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited