Uses of Interface
org.red5.server.api.stream.ISubscriberStream

Packages that use ISubscriberStream
org.red5.server.adapter   
org.red5.server.api.stream   
org.red5.server.stream   
 

Uses of ISubscriberStream in org.red5.server.adapter
 

Methods in org.red5.server.adapter that return ISubscriberStream
 ISubscriberStream MultiThreadedApplicationAdapter.getSubscriberStream(IScope scope, String name)
          Returns subscriber stream with given name from specified scope.
 

Methods in org.red5.server.adapter with parameters of type ISubscriberStream
 void MultiThreadedApplicationAdapter.streamSubscriberClose(ISubscriberStream stream)
           
 void MultiThreadedApplicationAdapter.streamSubscriberStart(ISubscriberStream stream)
           
 

Uses of ISubscriberStream in org.red5.server.api.stream
 

Subinterfaces of ISubscriberStream in org.red5.server.api.stream
 interface IPlaylistSubscriberStream
          IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new
 interface ISingleItemSubscriberStream
          A subscriber stream that has only one item for play.
 

Methods in org.red5.server.api.stream that return ISubscriberStream
 ISubscriberStream ISubscriberStreamService.getSubscriberStream(IScope scope, String name)
          Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".
 

Methods in org.red5.server.api.stream with parameters of type ISubscriberStream
 void IStreamAwareScopeHandler.streamSubscriberClose(ISubscriberStream stream)
          Notified when a subscriber closes.
 void IStreamAwareScopeHandler.streamSubscriberStart(ISubscriberStream stream)
          Notified when a subscriber starts.
 

Uses of ISubscriberStream in org.red5.server.stream
 

Classes in org.red5.server.stream that implement ISubscriberStream
 class PlaylistSubscriberStream
          Stream of playlist subsciber
 



Copyright © 2006-2010 The Red5 Project