C# Класс DSPUtil.Invertor

Наследование: SoundObj
Показать файл Открыть проект

Открытые методы

Метод Описание
Invert ( ushort nChannel, bool doInvert ) : void

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.

Invertor ( ) : System

Приватные методы

Метод Описание
_nxt ( ISample s ) : ISample

Описание методов

Invert() публичный Метод

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.
public Invert ( ushort nChannel, bool doInvert ) : void
nChannel ushort
doInvert bool
Результат void

Invertor() публичный Метод

public Invertor ( ) : System
Результат System