Uses of Class
com.flazr.rtmp.server.ServerStream.PublishType

Packages that use ServerStream.PublishType
com.flazr.rtmp.client   
com.flazr.rtmp.server   
 

Uses of ServerStream.PublishType in com.flazr.rtmp.client
 

Methods in com.flazr.rtmp.client that return ServerStream.PublishType
 ServerStream.PublishType ClientOptions.getPublishType()
           
 

Methods in com.flazr.rtmp.client with parameters of type ServerStream.PublishType
 void ClientOptions.setPublishType(ServerStream.PublishType publishType)
           
 

Uses of ServerStream.PublishType in com.flazr.rtmp.server
 

Methods in com.flazr.rtmp.server that return ServerStream.PublishType
 ServerStream.PublishType ServerStream.getPublishType()
           
static ServerStream.PublishType ServerStream.PublishType.parse(String raw)
           
static ServerStream.PublishType ServerStream.PublishType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerStream.PublishType[] ServerStream.PublishType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.