audio
Interface AudioInterface.Packetizer

All Known Implementing Classes:
VoicePDUSender
Enclosing interface:
AudioInterface

public static interface AudioInterface.Packetizer

Audio sender interface used by instance of the AudioInterface class to send captured audio samples to the remote peer.


Method Summary
 void send()
           
 

Method Detail

send

void send()
          throws java.io.IOException
Throws:
java.io.IOException