java.lang.Object

com.opentok.RenderProperties


public class RenderProperties extends Object

Defines values for the properties parameter of the OpenTok.startRender(String sessionId, String token, RenderProperties properties) method.

Nested Class Summary

Nested Classes

Modifier and Type

Class

Description

static class

RenderProperties.Builder

Builder for defining the parameters of RenderProperties.

static class

RenderProperties.Properties

Represents the properties parameter of RenderProperties.

static enum

RenderProperties.Resolution

Represents the resolution parameter of RenderProperties.

Method Summary

All MethodsStatic MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

static RenderProperties.Builder

Builder()

Entry point for constructing an instance of RenderProperties.

int

maxDuration()

RenderProperties.Properties

properties()

RenderProperties.Resolution

resolution()

URI

url()

Methods inherited from class java.lang.Object

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

Method Details

Builder

public static RenderProperties.Builder Builder()

Entry point for constructing an instance of RenderProperties.

Returns: : A new Builder instance.

url

public URI url()

maxDuration

public int maxDuration()

resolution

public RenderProperties.Resolution resolution()

properties

public RenderProperties.Properties properties()