Uses of Class
com.wowza.wms.stream.publish.Stream
Packages that use Stream
-
Uses of Stream in com.wowza.wms.stream.publish
Fields in com.wowza.wms.stream.publish with type parameters of type StreamMethods in com.wowza.wms.stream.publish that return StreamModifier and TypeMethodDescriptionstatic Stream
Stream.createInstance
(IApplicationInstance appInstance, String sName) Use this to create a named Stream on an application instance.static Stream
Stream.createInstance
(IVHost vhost, String applicationName, String streamName) Use this to create a named Stream on the default instance (_definst_) of an application on a particular VHost.static Stream
Stream.createInstance
(IVHost vhost, String applicationName, String appInstanceName, String streamName) Use this to create a named Stream on the non-default instance of an application on a particular VHost.static Stream
Stream.createInstance
(IVHost vhost, String applicationName, String appInstanceName, String streamName, String streamType) Use this to create a named Stream on the non-default instance of an application on a particular VHost.Methods in com.wowza.wms.stream.publish with parameters of type StreamModifier and TypeMethodDescriptionvoid
IStreamActionNotify.onPlaylistItemStart
(Stream stream, PlaylistItem playlistItem) Invoked when playlist item playback is startedvoid
IStreamActionNotify.onPlaylistItemStop
(Stream stream, PlaylistItem playlistItem) Invoked when playlist item playback has endedboolean
Opens this playlist on the given stream...