|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Route
All audio objects have a route setting. This controls what happens to audio when the headset is plugged in or not.
| Field Summary | |
|---|---|
static int |
BOTH
both speakers |
static int |
DEFAULT
The default is Route.FOLLOW |
static int |
DONT_FOLLOW
use external speaker when headset plugged in, otherwise headset speaker |
static int |
EXTERNAL
external speaker always |
static int |
FOLLOW
use headset speaker when plugged in, otherwise external speaker |
static int |
HEADSET
headset speaker always |
| Field Detail |
|---|
static final int BOTH
static final int HEADSET
static final int EXTERNAL
static final int FOLLOW
static final int DONT_FOLLOW
static final int DEFAULT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||