ChannelMixOptions
ruvyrias / ChannelMixOptions
Interface: ChannelMixOptions
Defined in: src/Filters.ts:101
Represents the options for applying channel mix effects to the currently player
Properties
leftToLeft?
optionalleftToLeft:number
Defined in: src/Filters.ts:103
The left to left of the channelMix effect to apply.
leftToRight?
optionalleftToRight:number
Defined in: src/Filters.ts:105
The left to right of the channelMix effect to apply.
rightToLeft?
optionalrightToLeft:number
Defined in: src/Filters.ts:107
The right to left of the channelMix effect to apply.
rightToRight?
optionalrightToRight:number
Defined in: src/Filters.ts:109
The right to right of the channelMix effect to apply.