Uses of Interface
org.red5.client.net.rtmp.IClientListener
-
Packages that use IClientListener Package Description org.red5.client.net.rtmpe -
-
Uses of IClientListener in org.red5.client.net.rtmpe
Classes in org.red5.client.net.rtmpe that implement IClientListener Modifier and Type Class Description classProxyA proxy for publishing an RTMPE stream to an RTMP stream.classWriterA tag writer that may be used to write stream data to disk.Methods in org.red5.client.net.rtmpe with parameters of type IClientListener Modifier and Type Method Description voidRTMPEClient. addClientListener(IClientListener clientListener)Adds a listener for receiving rtmp events.
-