Skip to main content
Version: 2.0.0

ChannelMixOptions

ruvyrias


ruvyrias / ChannelMixOptions

Interface: ChannelMixOptions

Defined in: types/Filters.ts:99

Represents the options for applying channel mix effects to the currently player

Properties

leftToLeft?

optional leftToLeft: number

Defined in: types/Filters.ts:101

The left to left of the channelMix effect to apply.


leftToRight?

optional leftToRight: number

Defined in: types/Filters.ts:103

The left to right of the channelMix effect to apply.


rightToLeft?

optional rightToLeft: number

Defined in: types/Filters.ts:105

The right to left of the channelMix effect to apply.


rightToRight?

optional rightToRight: number

Defined in: types/Filters.ts:107

The right to right of the channelMix effect to apply.