java.lang.Object
org.apache.openmeetings.db.entity.basic.StreamDesc
- All Implemented Interfaces:
- Serializable,- Cloneable
- Direct Known Subclasses:
- ScreenStreamDesc,- WebcamStreamDesc
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ConcurrentHashMap.KeySetView<Client.Activity,Boolean> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedStreamDesc(Client client, Client.StreamType type) protectedStreamDesc(StreamDesc sd) 
- 
Method Summary
- 
Field Details- 
activities
 
- 
- 
Constructor Details- 
StreamDesc
- 
StreamDesc
 
- 
- 
Method Details- 
allowed
- 
has
- 
add
- 
remove
- 
getActivities
- 
getClient
- 
getSid
- 
getUid
- 
getType
- 
getWidthpublic int getWidth()
- 
setWidth
- 
getHeightpublic int getHeight()
- 
setHeight
- 
toString
- 
toJsonpublic com.github.openjson.JSONObject toJson()
- 
toJsonpublic com.github.openjson.JSONObject toJson(boolean self) 
 
-