java.lang.Object

com.opentok.Stream


public class Stream extends Object

Represents a stream in an OpenTok session.

Method Summary

All MethodsStatic MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

String

getId()

The stream ID.

List<String>

getLayoutClassList()

The layout class list of the stream.

String

getName()

The name of the stream.

String

getVideoType()

The stream videoType.

static Stream

makeStream()

Methods inherited from class java.lang.Object

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

Method Details

makeStream

public static Stream makeStream()

getId

public String getId()

The stream ID.

getVideoType

public String getVideoType()

The stream videoType.

getName

public String getName()

The name of the stream.

getLayoutClassList

public List<String> getLayoutClassList()

The layout class list of the stream.