public interface PortControl extends Control
Modifier and Type | Field and Description |
---|---|
static int |
COMPACT_DISC |
static int |
COMPOSITE_VIDEO |
static int |
COMPOSITE_VIDEO_2 |
static int |
HEADPHONE |
static int |
LINE_IN |
static int |
LINE_OUT |
static int |
MICROPHONE |
static int |
SPEAKER |
static int |
SVIDEO |
static int |
TV_TUNER |
Modifier and Type | Method and Description |
---|---|
int |
getPorts() |
int |
getSupportedPorts() |
int |
setPorts(int ports) |
getControlComponent
static final int MICROPHONE
static final int LINE_IN
static final int SPEAKER
static final int HEADPHONE
static final int LINE_OUT
static final int COMPACT_DISC
static final int SVIDEO
static final int COMPOSITE_VIDEO
static final int TV_TUNER
static final int COMPOSITE_VIDEO_2