Skip to main content

ruvyrias / Exports / ChannelMixOptions

Interface: ChannelMixOptions

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

Table of contents

Properties

Properties

leftToLeft

Optional leftToLeft: number

The left to left of the channelMix effect to apply.

Defined in

src/Player/Filters.ts:103


leftToRight

Optional leftToRight: number

The left to right of the channelMix effect to apply.

Defined in

src/Player/Filters.ts:105


rightToLeft

Optional rightToLeft: number

The right to left of the channelMix effect to apply.

Defined in

src/Player/Filters.ts:107


rightToRight

Optional rightToRight: number

The right to right of the channelMix effect to apply.

Defined in

src/Player/Filters.ts:109