public class AudioSplitter extends Object
| Constructor and Description |
|---|
AudioSplitter(PriorityQueueScheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInsideComponent(AudioComponent component) |
void |
addOutsideComponent(AudioComponent component) |
protected int |
getPacketSize() |
void |
releaseInsideComponent(AudioComponent component)
Releases inside component
|
void |
releaseOutsideComponent(AudioComponent component)
Releases outside component
|
void |
setGain(double gain)
Modify gain of the output stream.
|
void |
start() |
void |
stop() |
public AudioSplitter(PriorityQueueScheduler scheduler)
public void addInsideComponent(AudioComponent component)
public void addOutsideComponent(AudioComponent component)
protected int getPacketSize()
public void releaseInsideComponent(AudioComponent component)
component - public void releaseOutsideComponent(AudioComponent component)
component - public 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.