C# 클래스 Glare.Audio.MixAudioStream

This AudioStream mixes another AudioStream to only have one channel, allowing theAudioSource to be positioned in the world.
상속: FilterAudioStream
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
MixAudioStream ( AudioStream source, bool closeSourceOnClose = false, MixAudioStreamChannels channels = MixAudioStreamChannels.Mix ) : System
Read ( byte buffer, int offset, int count ) : int

메소드 상세

MixAudioStream() 공개 메소드

public MixAudioStream ( AudioStream source, bool closeSourceOnClose = false, MixAudioStreamChannels channels = MixAudioStreamChannels.Mix ) : System
source AudioStream
closeSourceOnClose bool
channels MixAudioStreamChannels
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int