Uses of Class
org.apache.openmeetings.db.entity.basic.Client.StreamType
-
Packages that use Client.StreamType Package Description org.apache.openmeetings.db.entity.basic -
-
Uses of Client.StreamType in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return Client.StreamType Modifier and Type Method Description Client.StreamTypeClient.StreamDesc. getType()static Client.StreamTypeClient.StreamType. valueOf(String name)Returns the enum constant of this type with the specified name.static Client.StreamType[]Client.StreamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.basic with parameters of type Client.StreamType Modifier and Type Method Description Client.StreamDescClient. addStream(Client.StreamType stype, Client.Activity... inActivities)Constructors in org.apache.openmeetings.db.entity.basic with parameters of type Client.StreamType Constructor Description StreamDesc(Client.StreamType type, Client.Activity... activities)
-