Uses of Class
com.wowza.util.ElapsedTimer
-
Packages that use ElapsedTimer Package Description com.wowza.wms.client com.wowza.wms.httpstreamer.model com.wowza.wms.rtp.model com.wowza.wms.stream com.wowza.wms.websocket.model -
-
Uses of ElapsedTimer in com.wowza.wms.client
Methods in com.wowza.wms.client that return ElapsedTimer Modifier and Type Method Description ElapsedTimer
IClient. getElapsedTime()
Get elapsed time client has been connected. -
Uses of ElapsedTimer in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return ElapsedTimer Modifier and Type Method Description ElapsedTimer
IHTTPStreamerSession. getElapsedTime()
Get the elapsed timer to see how long this session has been running -
Uses of ElapsedTimer in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as ElapsedTimer Modifier and Type Field Description protected ElapsedTimer
RTPSession. elapsedTime
Methods in com.wowza.wms.rtp.model that return ElapsedTimer Modifier and Type Method Description ElapsedTimer
RTPSession. getElapsedTime()
Get the elapsed timer for this RTP session -
Uses of ElapsedTimer in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return ElapsedTimer Modifier and Type Method Description ElapsedTimer
IMediaStream. getElapsedTime()
Get the interface to the elapse timer -
Uses of ElapsedTimer in com.wowza.wms.websocket.model
Methods in com.wowza.wms.websocket.model that return ElapsedTimer Modifier and Type Method Description ElapsedTimer
IWebSocketSession. getElapsedTime()
Get the time the WebSocket session has been alive
-