C# Класс Sharpex2D.Audio.AudioMixer

Показать файл Открыть проект

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

Метод Описание
ApplyEffects ( byte data, WaveFormat format ) : void

Applys the effects of the audio mixer to the given audio data.

Currently supports volume and panning for stereo sources and volume only for mono sources.

AudioMixer ( ) : System

Initializes a new AudioMixer class.

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

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

Applys the effects of the audio mixer to the given audio data.
Currently supports volume and panning for stereo sources and volume only for mono sources.
public ApplyEffects ( byte data, WaveFormat format ) : void
data byte The Data.
format WaveFormat The WaveFormat.
Результат void

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

Initializes a new AudioMixer class.
public AudioMixer ( ) : System
Результат System