Uses of Enum Class
org.apache.openmeetings.db.entity.basic.Client.StreamType
Packages that use Client.StreamType
-
Uses of Client.StreamType in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return Client.StreamTypeModifier and TypeMethodDescriptionStreamDesc.getType()static Client.StreamTypeReturns the enum constant of this class with the specified name.static Client.StreamType[]Client.StreamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.basic with parameters of type Client.StreamTypeModifier and TypeMethodDescriptionClient.addStream(Client.StreamType stype, Client.Activity toggle) Constructors in org.apache.openmeetings.db.entity.basic with parameters of type Client.StreamType