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

Public Member Functions | |
| abstract void | send () throws IOException | 
Audio sender interface used by instance of the AudioInterface class to send captured audio samples to the remote peer.
Definition at line 20 of file AudioInterface.java.
| abstract void audio.AudioInterface.Packetizer.send | ( | ) |   throws IOException [pure virtual] | 
        
Implemented in protocol.VoicePDUSender.
Referenced by audio.AudioInterfacePCM.sendAudioFrame().
 1.7.2