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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create an options object with default values.
Get the Remote Display configuration preset.
Returns | |
---|---|
int |
The 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
.
Parameters | |
---|---|
configPreset |
int :
The desired streaming preset, which is one of
CastRemoteDisplay.Configuration
|