Uses of Interface
org.red5.server.api.stream.IStream
Packages that use IStream
-
Uses of IStream in org.red5.server.api.stream
Subinterfaces of IStream in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA broadcast stream is a stream source to be subscribed to by clients.interfaceA broadcast stream that comes from client.interfaceA stream that is bound to a client.interfaceExtends stream to add methods for on demand access.interfaceIPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterfaceIServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.interfaceA subscriber stream that has only one item for play.interfaceISubscriberStream is a stream from subscriber's point of view.Methods in org.red5.server.api.stream with parameters of type IStreamModifier and TypeMethodDescriptionvoidIStreamHandler.onBroadcastStreamStart(IStream stream) Called when the broadcast startsvoidIStreamHandler.onRecordStreamStart(IStream stream) Called when a recording startsvoidIStreamHandler.onRecordStreamStop(IStream stream) Called when a recording stopsvoidIStreamHandler.onStreamPublishStart(IStream stream) Called when the client begins publishingvoidIStreamHandler.onStreamPublishStop(IStream stream) Called when the client stops publishing -
Uses of IStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IStreamModifier and TypeClassDescriptionclassAbstract base for client streamsclassAbstract base implementation of IStream.classRepresents live stream broadcasted from client.classStream of playlist subscriberclassAn implementation for server side stream.classStream of a single play item for a subscriber