Uses of Class
com.wowza.wms.stream.publish.Stream
-
Packages that use Stream Package Description com.wowza.wms.stream.publish -
-
Uses of Stream in com.wowza.wms.stream.publish
Fields in com.wowza.wms.stream.publish with type parameters of type Stream Modifier and Type Field Description static Class<Stream>
Stream. CLASS
Methods in com.wowza.wms.stream.publish that return Stream Modifier and Type Method Description static 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 Stream Modifier and Type Method Description void
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
Playlist. open(Stream s)
Opens this playlist on the given stream...
-