RemixSettings class

Remix Settings

Constructors

RemixSettings({required List<AudioChannelMapping> channelMappings, int? channelsIn, int? channelsOut})
RemixSettings.fromJson(Map<String, dynamic> json)
factory

Properties

channelMappings List<AudioChannelMapping>
Mapping of input channels to output channels, with appropriate gain adjustments.
final
channelsIn int?
Number of input channels to be used.
final
channelsOut int?
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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