CastRemoteDisplayLocalService.Options

public static class CastRemoteDisplayLocalService.Options extends Object

Options for a Remote Display session. See CastRemoteDisplay.CastRemoteDisplayOptions.Builder.

Public Constructor Summary

Options()
Create an options object with default values.

Public Method Summary

int
getConfigPreset()
Get the Remote Display configuration preset.
void
setConfigPreset(int configPreset)
Set the Remote Display configuration preset.

Inherited Method Summary

Public Constructors

public Options ()

Create an options object with default values.

Public Methods

public int getConfigPreset ()

Get the Remote Display configuration preset.

public void setConfigPreset (int configPreset)

Set the Remote Display configuration preset. This affects latency optimization and other transmission and display behaviours. The default is CastRemoteDisplay.CONFIGURATION_INTERACTIVE_NONREALTIME.

Parameters
configPreset The desired streaming preset, which is one of CastRemoteDisplay.Configuration