Uses of Class
com.wowza.wms.pushpublish.protocol.rtmp.PushPublishRTMP.STATE
-
Packages that use PushPublishRTMP.STATE Package Description com.wowza.wms.pushpublish.protocol.rtmp -
-
Uses of PushPublishRTMP.STATE in com.wowza.wms.pushpublish.protocol.rtmp
Fields in com.wowza.wms.pushpublish.protocol.rtmp declared as PushPublishRTMP.STATE Modifier and Type Field Description protected PushPublishRTMP.STATE
PushPublishRTMP. connectionState
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return PushPublishRTMP.STATE Modifier and Type Method Description static PushPublishRTMP.STATE
PushPublishRTMP.STATE. valueOf(String name)
Returns the enum constant of this type with the specified name.static PushPublishRTMP.STATE[]
PushPublishRTMP.STATE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type PushPublishRTMP.STATE Modifier and Type Method Description protected void
PushPublishRTMP. tryToConnect(PushPublishRTMP.STATE connectionState)
Try to connect to server
-