|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openuat.channel.oob.AudioChannel
public class AudioChannel
Implements the audio channel for the Java Standard Edition.
| Field Summary |
|---|
| Fields inherited from interface org.openuat.authentication.OOBChannel |
|---|
AUDIO_CHANNEL, BUTTON_CHANNEL, VIDEO_CHANNEL |
| Constructor Summary | |
|---|---|
AudioChannel()
|
|
| Method Summary | |
|---|---|
void |
capture()
|
void |
handleAudioDecodedText(byte[] retrieved)
Starts recording the audio sequence. |
void |
setOOBMessageHandler(OOBMessageHandler messageHandler)
|
void |
transmit(byte[] message)
Encodes the message in audio format and plays it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioChannel()
| Method Detail |
|---|
public void handleAudioDecodedText(byte[] retrieved)
public void setOOBMessageHandler(OOBMessageHandler messageHandler)
setOOBMessageHandler in interface OOBChannelpublic void transmit(byte[] message)
transmit in interface OOBChannelpublic void capture()
capture in interface OOBChannel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||