|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--cnrg.itx.datax.devices.JMicrophoneSource
| Field Summary | |
private static int |
BUFFER_SIZE
|
private Channel |
channel
|
private cnrg.itx.datax.devices.InputChannel |
mic
|
private boolean |
running
is the feeder thread running? |
private cnrg.itx.datax.devices.InputDevice |
soundIn
|
| Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
| Constructor Summary | |
JMicrophoneSource(Channel ch)
|
|
| Method Summary | |
void |
close()
|
PropertiesCollection |
getProperties()
Returns a collection of properties supported. |
Stats |
getStatistics()
|
boolean |
mute(boolean state)
|
void |
run()
|
void |
setPeerProperties(PropertiesCollection pc)
Interface to set the given properties collection into the device. |
void |
setProperties(PropertiesCollection pc)
Sets the given properties collection into the device (local); |
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
private static int BUFFER_SIZE
private Channel channel
private cnrg.itx.datax.devices.InputDevice soundIn
private cnrg.itx.datax.devices.InputChannel mic
private boolean running
| Constructor Detail |
public JMicrophoneSource(Channel ch)
throws DataException
| Method Detail |
public boolean mute(boolean state)
public void close()
public Stats getStatistics()
public PropertiesCollection getProperties()
throws DataException
public void setProperties(PropertiesCollection pc)
throws DataException
public void setPeerProperties(PropertiesCollection pc)
throws DataException
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||