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.application
Methods 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 void
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 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.publish
Fields in com.wowza.wms.stream.publish declared as Publisher Modifier and Type Field Description protected Publisher
PublishingProviderBase. publisher
Methods in com.wowza.wms.stream.publish that return Publisher Modifier and Type Method Description 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 Modifier and Type Method Description boolean
IPublishingProvider. play(Publisher publisher)
Invoked on playboolean
PublishingProviderLive. play(Publisher publisher)
boolean
PublishingProviderMediaReader. play(Publisher publisher)
Constructors in com.wowza.wms.stream.publish with parameters of type Publisher Constructor Description PublishingProviderBase(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
-