| java.lang.Object | |
| ↳ | com.google.android.gms.cast.CastRemoteDisplayLocalService.Options |
Options for a remote display session.
See CastRemoteDisplay.CastRemoteDisplayOptions.Builder.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create an options object with default values.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the Remote Display configuration preset.
| |||||||||||
Set the Remote Display configuration preset.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create an options object with default values.
Get the Remote Display configuration preset.
CastRemoteDisplay.Configuration value
Set the Remote Display configuration preset. This affects latency optimization and
other transmission and display behaviours. The default is
CONFIGURATION_INTERACTIVE_NONREALTIME.
| configPreset | The desired streaming preset, which is one of
CastRemoteDisplay.Configuration
|
|---|