Uses of Class
org.red5.server.net.rtmp.codec.RTMP.ChannelInfo
-
Uses of RTMP.ChannelInfo in org.red5.server.net.rtmp.codec
Modifier and TypeFieldDescriptionprivate final ConcurrentMap<Integer,
RTMP.ChannelInfo> RTMP.channels
Map for channels, keyed by channel id.Modifier and TypeMethodDescriptionprivate RTMP.ChannelInfo
RTMP.getChannelInfo
(int channelId) Returns channel information for a given channel id.