public class AudioGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_ECHO_SUPPRESSION |
static int |
MODE_MUTED |
static int |
MODE_NORMAL |
static int |
MODE_ON_HOLD |
| Constructor and Description |
|---|
AudioGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
finalize() |
int |
getMode() |
AudioStream[] |
getStreams() |
void |
sendDtmf(int event) |
void |
setMode(int mode) |
public static final int MODE_ON_HOLD
public static final int MODE_MUTED
public static final int MODE_NORMAL
public static final int MODE_ECHO_SUPPRESSION
public AudioStream[] getStreams()
public int getMode()
public void setMode(int mode)
public void sendDtmf(int event)
public void clear()
Copyright © 2008-2013. All Rights Reserved.