java.lang.Object

com.opentok.StreamListProperties


public class StreamListProperties 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

StreamListProperties.Builder

Use this class to create a StreamListProperties object.

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

List<StreamProperties>

getStreamList()

Returns the StreamProperties list.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getStreamList

public List<StreamProperties> getStreamList()

Returns the StreamProperties list.