Uses of Interface
com.wowza.wms.authentication.IAuthenticateRTSP
- 
Packages that use IAuthenticateRTSP Package Description com.wowza.wms.rtp.model 
- 
- 
Uses of IAuthenticateRTSP in com.wowza.wms.rtp.modelFields in com.wowza.wms.rtp.model declared as IAuthenticateRTSP Modifier and Type Field Description protected IAuthenticateRTSPRTPSession. authenticatePlayHandlerprotected IAuthenticateRTSPRTPSession. authenticatePublishHandlerMethods in com.wowza.wms.rtp.model that return IAuthenticateRTSP Modifier and Type Method Description IAuthenticateRTSPRTPSession. getAuthenticatePlayHandler()Get the authentication play handlerIAuthenticateRTSPRTPSession. getAuthenticatePublishHandler()Get the RTP authentication handlerMethods in com.wowza.wms.rtp.model with parameters of type IAuthenticateRTSP Modifier and Type Method Description voidRTPSession. setAuthenticatePlayHandler(IAuthenticateRTSP authenticatePlayHandler)Set the authentication play handlervoidRTPSession. setAuthenticatePublishHandler(IAuthenticateRTSP authenticatePublishHandler)Set the RTP authentication handler
 
-