Uses of Class
com.wowza.wms.stream.publish.Publisher
- 
Packages that use Publisher Package Description com.wowza.wms.application com.wowza.wms.stream.livetranscoder com.wowza.wms.stream.publish 
- 
- 
Uses of Publisher in com.wowza.wms.applicationMethods in com.wowza.wms.application that return types with arguments of type Publisher Modifier and Type Method Description java.util.List<Publisher>IApplicationInstance. getPublishers()Get the set of server side publishersMethods in com.wowza.wms.application with parameters of type Publisher Modifier and Type Method Description voidIApplicationInstance. addPublisher(Publisher publisher)Add a server side publisher to this application instancevoidIApplicationInstance. removePublisher(Publisher publisher)Remove a server side publisher from this application instance
- 
Uses of Publisher in com.wowza.wms.stream.livetranscoderMethods in com.wowza.wms.stream.livetranscoder that return types with arguments of type Publisher Modifier and Type Method Description java.util.List<Publisher>ILiveStreamTranscoder. getPublishers()Get a list of publishers for this transcoder (resultant streams)
- 
Uses of Publisher in com.wowza.wms.stream.publishMethods in com.wowza.wms.stream.publish that return Publisher Modifier and Type Method Description static PublisherPublisher. createInstance(IApplicationInstance appInstance)static PublisherPublisher. createInstance(IVHost vhost, String applicationName)static PublisherPublisher. createInstance(IVHost vhost, String applicationName, String appInstanceName)PublisherStream. getPublisher()Methods in com.wowza.wms.stream.publish with parameters of type Publisher Modifier and Type Method Description booleanIPublishingProvider. play(Publisher publisher)Invoked on playbooleanPublishingProviderLive. play(Publisher publisher)booleanPublishingProviderMediaReader. play(Publisher publisher)Constructors in com.wowza.wms.stream.publish with parameters of type Publisher Constructor Description PublishingProviderLive(Publisher publisher, long timeoffset, String streamName)PublishingProviderMediaReader(Publisher publisher, long timeoffset, String streamName)Constructor
 
-