com.opentok.StreamProperties
public class StreamProperties extends Object
Defines values for the properties parameter of the
OpenTok.setStreamLayouts(String, StreamListProperties) method.
See Also:
: - OpenTok.setStreamLayouts(String, StreamListProperties)
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
StreamProperties.Builder
Use this class to create a StreamProperties object.
Method Summary
All MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
List<String>
getLayoutClassList()
Returns the list of layout classes for the stream.
String
id()
Returns the ID of the stream.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Details
id
public String id()
Returns the ID of the stream.
getLayoutClassList
public List<String> getLayoutClassList()
Returns the list of layout classes for the stream.