org.mobicents.media.server.impl.resource.audio
Class AudioPlayerEvent

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.audio.AudioPlayerEvent
All Implemented Interfaces:
java.io.Serializable, org.mobicents.media.server.spi.events.NotifyEvent

public class AudioPlayerEvent
extends java.lang.Object
implements org.mobicents.media.server.spi.events.NotifyEvent

Author:
kulikov
See Also:
Serialized Form

Field Summary
static int END_OF_MEDIA
           
static int FAILED
           
static int STARTED
           
 
Constructor Summary
AudioPlayerEvent(AudioPlayerImpl player, int eventID)
           
 
Method Summary
 org.mobicents.media.server.spi.Connection getConnection()
           
 org.mobicents.media.server.spi.Endpoint getEndpoint()
           
 int getEventID()
           
 java.lang.String getResourceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STARTED

public static final int STARTED
See Also:
Constant Field Values

END_OF_MEDIA

public static final int END_OF_MEDIA
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values
Constructor Detail

AudioPlayerEvent

public AudioPlayerEvent(AudioPlayerImpl player,
                        int eventID)
Method Detail

getEndpoint

public org.mobicents.media.server.spi.Endpoint getEndpoint()
Specified by:
getEndpoint in interface org.mobicents.media.server.spi.events.NotifyEvent

getConnection

public org.mobicents.media.server.spi.Connection getConnection()
Specified by:
getConnection in interface org.mobicents.media.server.spi.events.NotifyEvent

getEventID

public int getEventID()
Specified by:
getEventID in interface org.mobicents.media.server.spi.events.NotifyEvent

getResourceName

public java.lang.String getResourceName()
Specified by:
getResourceName in interface org.mobicents.media.server.spi.events.NotifyEvent


Copyright © 2009. All Rights Reserved.