Uses of Class
com.wowza.wms.stream.publish.Stream

Packages that use Stream
com.wowza.wms.stream.publish   
 

Uses of Stream in com.wowza.wms.stream.publish
 

Methods in com.wowza.wms.stream.publish that return Stream
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 sName)
          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 sName)
          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
 void IStreamActionNotify.onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)
          Invoked when playlist item playback is started
 void IStreamActionNotify.onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)
          Invoked when playlist item playback has ended
 boolean Playlist.open(Stream s)
          Opens this playlist on the given stream...