Uses of Class
com.wowza.wms.stream.publish.Publisher
Packages that use Publisher
Package
Description
-
Uses of Publisher in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type PublisherModifier and TypeMethodDescriptionIApplicationInstance.getPublishers()
Get the set of server side publishersMethods in com.wowza.wms.application with parameters of type PublisherModifier and TypeMethodDescriptionvoid
IApplicationInstance.addPublisher
(Publisher publisher) Add a server side publisher to this application instancevoid
IApplicationInstance.removePublisher
(Publisher publisher) Remove a server side publisher from this application instance -
Uses of Publisher in com.wowza.wms.stream.livetranscoder
Methods in com.wowza.wms.stream.livetranscoder that return types with arguments of type PublisherModifier and TypeMethodDescriptionILiveStreamTranscoder.getPublishers()
Get a list of publishers for this transcoder (resultant streams) -
Uses of Publisher in com.wowza.wms.stream.publish
Fields in com.wowza.wms.stream.publish declared as PublisherMethods in com.wowza.wms.stream.publish that return PublisherModifier and TypeMethodDescriptionstatic Publisher
Publisher.createInstance
(IApplicationInstance appInstance) static Publisher
Publisher.createInstance
(IVHost vhost, String applicationName) static Publisher
Publisher.createInstance
(IVHost vhost, String applicationName, String appInstanceName) Stream.getPublisher()
Methods in com.wowza.wms.stream.publish with parameters of type PublisherModifier and TypeMethodDescriptionboolean
Invoked on playboolean
boolean
Constructors in com.wowza.wms.stream.publish with parameters of type PublisherModifierConstructorDescriptionPublishingProviderBase
(Publisher publisher, long audioStart, long videoStart, String streamName) PublishingProviderLive
(Publisher publisher, long audioStart, long videoStart, String streamName) PublishingProviderMediaReader
(Publisher publisher, long audioStart, long videoStart, String streamName) Constructor