org.mobicents.media.server.impl.resource.mediaplayer
Class MediaPlayerFactory
java.lang.Object
org.mobicents.media.server.impl.resource.mediaplayer.MediaPlayerFactory
- All Implemented Interfaces:
- org.mobicents.media.ComponentFactory
public class MediaPlayerFactory
- extends java.lang.Object
- implements org.mobicents.media.ComponentFactory
- Author:
- baranowb, kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaPlayerFactory
public MediaPlayerFactory()
getAudioPlayerFactory
public AudioPlayerFactory getAudioPlayerFactory()
setAudioPlayerFactory
public void setAudioPlayerFactory(AudioPlayerFactory audioPlayerFactory)
getVideoPlayerFactory
public VideoPlayerFactory getVideoPlayerFactory()
setVideoPlayerFactory
public void setVideoPlayerFactory(VideoPlayerFactory videoPlayerFactory)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
newInstance
public org.mobicents.media.Component newInstance(org.mobicents.media.server.spi.Endpoint endpoint)
throws org.mobicents.media.server.spi.ResourceUnavailableException
- Specified by:
newInstance in interface org.mobicents.media.ComponentFactory
- Throws:
org.mobicents.media.server.spi.ResourceUnavailableException
start
public void start()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright © 2010. All Rights Reserved.