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 TypeInterfaceDescriptioninterface
A broadcast stream is a stream source to be subscribed to by clients.interface
A broadcast stream that comes from client.interface
A stream that is bound to a client.interface
Extends stream to add methods for on demand access.interface
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterface
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.interface
A subscriber stream that has only one item for play.interface
ISubscriberStream is a stream from subscriber's point of view.Methods in org.red5.server.api.stream with parameters of type IStreamModifier and TypeMethodDescriptionvoid
IStreamHandler.onBroadcastStreamStart
(IStream stream) Called when the broadcast startsvoid
IStreamHandler.onRecordStreamStart
(IStream stream) Called when a recording startsvoid
IStreamHandler.onRecordStreamStop
(IStream stream) Called when a recording stopsvoid
IStreamHandler.onStreamPublishStart
(IStream stream) Called when the client begins publishingvoid
IStreamHandler.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 TypeClassDescriptionclass
Abstract base for client streamsclass
Abstract base implementation of IStream.class
Represents live stream broadcasted from client.class
Stream of playlist subscriberclass
An implementation for server side stream.class
Stream of a single play item for a subscriber