C# Class Glare.Audio.MixAudioStream

This AudioStream mixes another AudioStream to only have one channel, allowing theAudioSource to be positioned in the world.
Inheritance: FilterAudioStream
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
MixAudioStream ( AudioStream source, bool closeSourceOnClose = false, MixAudioStreamChannels channels = MixAudioStreamChannels.Mix ) : System
Read ( byte buffer, int offset, int count ) : int

Method Details

MixAudioStream() public méthode

public MixAudioStream ( AudioStream source, bool closeSourceOnClose = false, MixAudioStreamChannels channels = MixAudioStreamChannels.Mix ) : System
source AudioStream
closeSourceOnClose bool
channels MixAudioStreamChannels
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int