Uses of Class
org.red5.server.net.rtmp.codec.RTMP.LiveTimestampMapping
Packages that use RTMP.LiveTimestampMapping
-
Uses of RTMP.LiveTimestampMapping in org.red5.server.net.rtmp.codec
Fields in org.red5.server.net.rtmp.codec declared as RTMP.LiveTimestampMappingModifier and TypeFieldDescriptionprivate RTMP.LiveTimestampMapping
RTMP.ChannelInfo.liveTimestamp
Methods in org.red5.server.net.rtmp.codec that return RTMP.LiveTimestampMappingModifier and TypeMethodDescription(package private) RTMP.LiveTimestampMapping
RTMP.getLastTimestampMapping
(int channelId) RTMP.ChannelInfo.getLiveTimestamp()
Methods in org.red5.server.net.rtmp.codec with parameters of type RTMP.LiveTimestampMappingModifier and TypeMethodDescription(package private) void
RTMP.setLastTimestampMapping
(int channelId, RTMP.LiveTimestampMapping mapping) void
RTMP.ChannelInfo.setLiveTimestamp
(RTMP.LiveTimestampMapping liveTimestamp)