Uses of Interface
org.red5.server.api.scope.IBroadcastScope
Packages that use IBroadcastScope
Package
Description
-
Uses of IBroadcastScope in io.antmedia.muxer
Fields in io.antmedia.muxer declared as IBroadcastScopeMethods in io.antmedia.muxer that return IBroadcastScopeModifier and TypeMethodDescriptionRtmpProvider.attachRtmpPublisher(String streamId) RtmpProvider.getBroadcastScope()Methods in io.antmedia.muxer with parameters of type IBroadcastScopeModifier and TypeMethodDescriptionvoidRtmpProvider.setBroadcastScope(IBroadcastScope broadcastScope) -
Uses of IBroadcastScope in org.red5.server
Methods in org.red5.server with parameters of type IBroadcastScopeModifier and TypeMethodDescriptionvoidBaseConnection.registerBasicScope(IBroadcastScope basicScope) Registers basic scope -
Uses of IBroadcastScope in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return IBroadcastScopeModifier and TypeMethodDescriptionIScope.getBroadcastScope(String name) Return the broadcast scope for a given name. -
Uses of IBroadcastScope in org.red5.server.scope
Classes in org.red5.server.scope that implement IBroadcastScopeModifier and TypeClassDescriptionclassScope type for publishing that deals with pipe connection events, like async message listening in JMSMethods in org.red5.server.scope that return IBroadcastScopeModifier and TypeMethodDescriptionScope.getBroadcastScope(String name) Return the broadcast scope for a given name -
Uses of IBroadcastScope in org.red5.server.stream
Methods in org.red5.server.stream that return IBroadcastScopeModifier and TypeMethodDescriptionStreamService.getBroadcastScope(IScope scope, String name) Return broadcast scope object for given scope and child scope name.