public class AudioComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
shouldRead |
protected Boolean |
shouldWrite |
| Constructor and Description |
|---|
AudioComponent(int componentId)
Creates new instance with default name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(AudioInput input) |
void |
addOutput(AudioOutput output) |
int |
getComponentId() |
int[] |
getData() |
void |
offer(int[] data) |
void |
perform() |
void |
remove(AudioInput input) |
void |
remove(AudioOutput output) |
void |
updateMode(Boolean shouldRead,
Boolean shouldWrite) |
public AudioComponent(int componentId)
public int getComponentId()
public void addInput(AudioInput input)
public void addOutput(AudioOutput output)
public void remove(AudioInput input)
public void remove(AudioOutput output)
public void perform()
public int[] getData()
public void offer(int[] data)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.