Uses of Interface
org.red5.server.api.stream.IBroadcastStream
Package
Description
-
Uses of IBroadcastStream in io.antmedia.muxer
Modifier and TypeMethodDescriptionvoid
MuxAdaptor.packetReceived
(IBroadcastStream stream, IStreamPacket packet) -
Uses of IBroadcastStream in org.red5.server.adapter
Modifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by nameModifier 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
Modifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by name -
Uses of IBroadcastStream in org.red5.server.api.stream
Modifier and TypeInterfaceDescriptioninterface
A broadcast stream that comes from client.interface
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.Modifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream
(IScope scope, String name) Get a broadcast stream by nameModifier 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
Modifier and TypeClassDescriptionclass
Represents live stream broadcasted from client.class
An implementation for server side stream.Modifier 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.