Uses of Interface
org.red5.server.api.stream.IBroadcastStream
Packages that use IBroadcastStream
Package
Description
-
Uses of IBroadcastStream in io.antmedia.muxer
Methods in io.antmedia.muxer with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoid
MuxAdaptor.packetReceived
(IBroadcastStream stream, IStreamPacket packet) -
Uses of IBroadcastStream in org.red5.server.adapter
Methods in org.red5.server.adapter that return IBroadcastStreamModifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by nameMethods in org.red5.server.adapter with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoid
MultiThreadedApplicationAdapter.streamBroadcastClose
(IBroadcastStream stream) Notification that a broadcasting stream is closing.void
MultiThreadedApplicationAdapter.streamBroadcastStart
(IBroadcastStream stream) void
MultiThreadedApplicationAdapter.streamPublishStart
(IBroadcastStream stream) void
MultiThreadedApplicationAdapter.streamRecordStart
(IBroadcastStream stream) void
MultiThreadedApplicationAdapter.streamRecordStop
(IBroadcastStream stream) -
Uses of IBroadcastStream in org.red5.server.api.service
Methods in org.red5.server.api.service that return IBroadcastStreamModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by name -
Uses of IBroadcastStream in org.red5.server.api.stream
Subinterfaces of IBroadcastStream in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterface
A broadcast stream that comes from client.interface
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.Methods in org.red5.server.api.stream that return IBroadcastStreamModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by nameMethods in org.red5.server.api.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoid
IStreamHandler.onBroadcastStreamSubscribe
(IBroadcastStream stream) Called when a client subscribes to a broadcastvoid
IStreamHandler.onBroadcastStreamUnsubscribe
(IBroadcastStream stream) Called when a client unsubscribes from a broadcastvoid
IStreamListener.packetReceived
(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.void
IStreamAwareScopeHandler.streamBroadcastClose
(IBroadcastStream stream) Notified when a broadcaster closes.void
IStreamAwareScopeHandler.streamBroadcastStart
(IBroadcastStream stream) Notified when a broadcaster starts.void
IStreamAwareScopeHandler.streamPublishStart
(IBroadcastStream stream) A broadcast stream starts being published.void
IStreamAwareScopeHandler.streamRecordStart
(IBroadcastStream stream) A broadcast stream starts being recorded.void
IStreamAwareScopeHandler.streamRecordStop
(IBroadcastStream stream) A broadcast stream stops being recorded. -
Uses of IBroadcastStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IBroadcastStreamModifier and TypeClassDescriptionclass
Represents live stream broadcasted from client.class
An implementation for server side stream.Methods in org.red5.server.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoid
IRecordingListener.packetReceived
(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.void
RecordingListener.packetReceived
(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.boolean
IProviderService.registerBroadcastStream
(IScope scope, String name, IBroadcastStream stream) Register a broadcast stream to a scope.boolean
ProviderService.registerBroadcastStream
(IScope scope, String name, IBroadcastStream bs) Register a broadcast stream to a scope.boolean
IProviderService.unregisterBroadcastStream
(IScope scope, String name, IBroadcastStream stream) Unregister a broadcast stream of a specific name from a scope.boolean
ProviderService.unregisterBroadcastStream
(IScope scope, String name, IBroadcastStream bs) Unregister a broadcast stream of a specific name from a scope.