SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.media.protocol.portaudio
Interface PortAudioStreamCallback


public interface PortAudioStreamCallback

Author:
Lubomir Marinov

Field Summary
static int RESULT_ABORT
           
static int RESULT_COMPLETE
           
static int RESULT_CONTINUE
           
 
Method Summary
 int callback(ByteBuffer input, ByteBuffer output)
           
 void finishedCallback()
           
 

Field Detail

RESULT_ABORT

static final int RESULT_ABORT
See Also:
Constant Field Values

RESULT_COMPLETE

static final int RESULT_COMPLETE
See Also:
Constant Field Values

RESULT_CONTINUE

static final int RESULT_CONTINUE
See Also:
Constant Field Values
Method Detail

callback

int callback(ByteBuffer input,
             ByteBuffer output)

finishedCallback

void finishedCallback()

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.