Uses of Class
org.red5.server.net.rtmp.codec.RTMP.ChannelInfo
Packages that use RTMP.ChannelInfo
-
Uses of RTMP.ChannelInfo in org.red5.server.net.rtmp.codec
Fields in org.red5.server.net.rtmp.codec with type parameters of type RTMP.ChannelInfoModifier and TypeFieldDescriptionprivate final ConcurrentMap<Integer,RTMP.ChannelInfo> RTMP.channelsMap for channels, keyed by channel id.Methods in org.red5.server.net.rtmp.codec that return RTMP.ChannelInfoModifier and TypeMethodDescriptionprivate RTMP.ChannelInfoRTMP.getChannelInfo(int channelId) Returns channel information for a given channel id.