C# 클래스 Sharpex2D.Audio.AudioMixer

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
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