Package com.opentok
Class StreamListProperties
- java.lang.Object
-
- com.opentok.StreamListProperties
-
public class StreamListProperties extends java.lang.Object
Defines values for theproperties
parameter of theOpenTok.setStreamLayouts(String, StreamListProperties)
method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamListProperties.Builder
Use this class to create a StreamListProperties object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<StreamProperties>
getStreamList()
Returns the StreamProperties list.
-
-
-
Method Detail
-
getStreamList
public java.util.List<StreamProperties> getStreamList()
Returns the StreamProperties list.
-
-