org.mobicents.media.server.spi.recorder
Interface RecorderEvent

All Superinterfaces:
Event<Recorder>

public interface RecorderEvent
extends Event<Recorder>

Author:
kulikov

Field Summary
static int FAILED
           
static int MAX_DURATION_EXCEEDED
           
static int NO_SPEECH
           
static int START
           
static int STOP
           
 
Method Summary
 int getID()
          Gets the event type id.
 int getQualifier()
          Get the event qualifier.
 
Methods inherited from interface org.mobicents.media.server.spi.listener.Event
getSource
 

Field Detail

START

static final int START
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values

FAILED

static final int FAILED
See Also:
Constant Field Values

MAX_DURATION_EXCEEDED

static final int MAX_DURATION_EXCEEDED
See Also:
Constant Field Values

NO_SPEECH

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

getID

int getID()
Gets the event type id.

Returns:
event id constant;

getQualifier

int getQualifier()
Get the event qualifier.

Returns:
the qualifier id.


Copyright © 2011. All Rights Reserved.