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

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

Uses of IOnDemandStream in org.red5.server.adapter
 

Methods in org.red5.server.adapter that return IOnDemandStream
 IOnDemandStream MultiThreadedApplicationAdapter.getOnDemandStream(IScope scope, String name)
          Returns VOD stream with given name from specified scope.
 

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

Methods in org.red5.server.api.stream that return IOnDemandStream
 IOnDemandStream IOnDemandStreamService.getOnDemandStream(IScope scope, String name)
          Get a stream that can be used for playback of the on-demand stream
 

Methods in org.red5.server.api.stream with parameters of type IOnDemandStream
 void IStreamHandler.onOnDemandStreamConnect(IOnDemandStream stream)
          Called when a client connects to an on demand stream
 void IStreamHandler.onOnDemandStreamDisconnect(IOnDemandStream stream)
          Called when a client disconnects from an on demand stream
 



Copyright © 2006-2012 The Red5 Project