Uses of Interface
org.red5.server.api.stream.IBroadcastStream
Packages that use IBroadcastStream
Package
Description
-
Uses of IBroadcastStream in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return types with arguments of type IBroadcastStreamModifier and TypeMethodDescriptionIScope.getBroadcastStreams()Returns all the broadcast streams in the current scope. -
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 nameMethods in org.red5.server.api.service that return types with arguments of type IBroadcastStreamModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStreams(IScope scope) Returns broadcast streams registered on the scope. -
Uses of IBroadcastStream in org.red5.server.api.stream
Subinterfaces of IBroadcastStream in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA broadcast stream that comes from client.Methods in org.red5.server.api.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidIStreamListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.voidIStreamAwareScopeHandler.streamBroadcastClose(IBroadcastStream stream) Notified when a broadcaster closes.voidIStreamAwareScopeHandler.streamBroadcastStart(IBroadcastStream stream) Notified when a broadcaster starts.voidIStreamAwareScopeHandler.streamPublishStart(IBroadcastStream stream) A broadcast stream starts being published.voidIStreamAwareScopeHandler.streamRecordStart(IBroadcastStream stream) A broadcast stream starts being recorded.voidIStreamAwareScopeHandler.streamRecordStop(IBroadcastStream stream) A broadcast stream stops being recorded. -
Uses of IBroadcastStream in org.red5.server.scope
Methods in org.red5.server.scope that return types with arguments of type IBroadcastStreamModifier and TypeMethodDescriptionScope.getBroadcastStreams()Return the broadcast streams for this scope. -
Uses of IBroadcastStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IBroadcastStreamModifier and TypeClassDescriptionclassRepresents live stream broadcasted from client.Methods in org.red5.server.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidIRecordingListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.voidRecordingListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.booleanIProviderService.registerBroadcastStream(IScope scope, String name, IBroadcastStream stream) Register a broadcast stream to a scope.booleanIProviderService.unregisterBroadcastStream(IScope scope, String name, IBroadcastStream stream) Unregister a broadcast stream of a specific name from a scope.