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.publishFields in com.wowza.wms.stream.publish with type parameters of type Stream Modifier and Type Field Description static Class<Stream>Stream. CLASSMethods in com.wowza.wms.stream.publish that return Stream Modifier and Type Method Description static StreamStream. createInstance(IApplicationInstance appInstance, String sName)Use this to create a named Stream on an application instance.static StreamStream. createInstance(IVHost vhost, String applicationName, String sName)Use this to create a named Stream on the default instance (_definst_) of an application on a particular VHost.static StreamStream. createInstance(IVHost vhost, String applicationName, String appInstanceName, String sName)Use this to create a named Stream on the non-default instance of an application on a particular VHost.static StreamStream. createInstance(IVHost vhost, String applicationName, String appInstanceName, String sName, 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 voidIStreamActionNotify. onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)Invoked when playlist item playback is startedvoidIStreamActionNotify. onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)Invoked when playlist item playback has endedbooleanPlaylist. open(Stream s)Opens this playlist on the given stream...
 
-