Uses of Class
com.wowza.wms.stream.publish.Publisher

Packages that use Publisher
com.wowza.wms.application   
com.wowza.wms.stream.publish   
 

Uses of Publisher in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return types with arguments of type Publisher
 java.util.List<Publisher> IApplicationInstance.getPublishers()
          Get the set of server side publishers
 

Methods in com.wowza.wms.application with parameters of type Publisher
 void IApplicationInstance.addPublisher(Publisher publisher)
          Add a server side publisher to this application instance
 void IApplicationInstance.removePublisher(Publisher publisher)
          Remove a server side publisher from this application instance
 

Uses of Publisher in com.wowza.wms.stream.publish
 

Methods in com.wowza.wms.stream.publish that return Publisher
static Publisher Publisher.createInstance(IApplicationInstance appInstance)
           
static Publisher Publisher.createInstance(IVHost vhost, String applicationName)
           
static Publisher Publisher.createInstance(IVHost vhost, String applicationName, String appInstanceName)
           
 Publisher Stream.getPublisher()
           
 

Methods in com.wowza.wms.stream.publish with parameters of type Publisher
 boolean IPublishingProvider.play(Publisher publisher)
          Invoked on play
 boolean PublishingProviderLive.play(Publisher publisher)
           
 boolean PublishingProviderMediaReader.play(Publisher publisher)
           
 

Constructors in com.wowza.wms.stream.publish with parameters of type Publisher
PublishingProviderLive(Publisher publisher, long timeoffset, String streamName)
           
PublishingProviderMediaReader(Publisher publisher, long timeoffset, String streamName)
          Constructor