org.mobicents.media.server.impl.resource.audio
Class RecorderEvent
java.lang.Object
org.mobicents.media.server.impl.resource.audio.RecorderEvent
- All Implemented Interfaces:
- java.io.Serializable, org.mobicents.media.server.spi.events.NotifyEvent
public class RecorderEvent
- extends java.lang.Object
- implements org.mobicents.media.server.spi.events.NotifyEvent
- Author:
- amit bhayani
- See Also:
- Serialized Form
| Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent |
COMPLETED, RX_FAILED, START_FAILED, STARTED, TX_FAILED |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DURATION_OVER
public static final int DURATION_OVER
- See Also:
- Constant Field Values
STOPPED
public static final int STOPPED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
RecorderEvent
public RecorderEvent(RecorderImpl recorder,
int eventID)
getConnection
public org.mobicents.media.server.spi.Connection getConnection()
getEndpoint
public org.mobicents.media.server.spi.Endpoint getEndpoint()
getEventID
public int getEventID()
- Specified by:
getEventID in interface org.mobicents.media.server.spi.events.NotifyEvent
getResourceName
public java.lang.String getResourceName()
getSource
public org.mobicents.media.Component getSource()
- Specified by:
getSource in interface org.mobicents.media.server.spi.events.NotifyEvent
Copyright © 2009. All Rights Reserved.