public class AudioMixer extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
mixCount |
| Constructor and Description |
|---|
AudioMixer(PriorityQueueScheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(AudioComponent component) |
protected int |
getPacketSize() |
void |
release(AudioComponent component)
Releases unused input stream
|
void |
setGain(double gain)
Modify gain of the output stream.
|
void |
start() |
void |
stop() |
public AudioMixer(PriorityQueueScheduler scheduler)
public void addComponent(AudioComponent component)
protected int getPacketSize()
public void release(AudioComponent component)
input - the input stream previously createdpublic void setGain(double gain)
gain - the new value of the gain in dBm.public void start()
public void stop()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.