org.jboss.media.engine.audio
Class HttpAudioMediaPublisher

java.lang.Object
  extended byorg.jboss.media.engine.MediaPublisher (src) 
      extended byorg.jboss.media.engine.audio.HttpAudioMediaPublisher

public class HttpAudioMediaPublisher
extends MediaPublisher (src)


Field Summary
 
Fields inherited from class org.jboss.media.engine.MediaPublisher (src)
log
 
Constructor Summary
HttpAudioMediaPublisher()
           
 
Method Summary
 void addPluginGraph(MediaPluginGraph (src)  pg)
          Stops publication of the current media
 void publish()
          Publishes the processed media using a the specified protocol server
 void stop()
          Stops publication of the current media
 
Methods inherited from class org.jboss.media.engine.MediaPublisher (src)
getContext, getFileName, getHost, getName, getPort, setContext, setFileName, setHost, setName, setPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAudioMediaPublisher

public HttpAudioMediaPublisher()
Method Detail

publish

public void publish()
             throws java.lang.Exception
Description copied from class: MediaPublisher (src)
Publishes the processed media using a the specified protocol server

Specified by:
publish in class MediaPublisher (src)
Throws:
java.lang.Exception
See Also:
org.jboss.media.engine.MediaPublisherMBean#publish()

stop

public void stop()
Description copied from class: MediaPublisher (src)
Stops publication of the current media

Specified by:
stop in class MediaPublisher (src)
See Also:
org.jboss.media.engine.MediaPublisherMBean#stop()

addPluginGraph

public void addPluginGraph(MediaPluginGraph (src)  pg)
Description copied from class: MediaPublisher (src)
Stops publication of the current media

Specified by:
addPluginGraph in class MediaPublisher (src)