| java.lang.Object | |
| ↳ | com.google.android.gms.games.video.VideoConfiguration |
Data class used to pass the video configuration from the client to the service.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VideoConfiguration.Builder | |||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | CAPTURE_MODE_FILE | Capture device audio and video to a local file. | |||||||||
| int | CAPTURE_MODE_STREAM | Capture device audio and video, and stream it live. | |||||||||
| int | CAPTURE_MODE_UNKNOWN | An unknown value to return when capture mode is not available. | |||||||||
| int | NUM_CAPTURE_MODE | The number of available capture modes. | |||||||||
| int | NUM_QUALITY_LEVEL | The number of available quality levels. | |||||||||
| int | QUALITY_LEVEL_FULLHD | Full HD quality: 2160P resolution and high bit rate, e.g. | |||||||||
| int | QUALITY_LEVEL_HD | HD quality: DVD HD resolution (i.e. | |||||||||
| int | QUALITY_LEVEL_SD | SD quality: Standard def resolution (e.g. | |||||||||
| int | QUALITY_LEVEL_UNKNOWN | An unknown value to return when quality level is not available. | |||||||||
| int | QUALITY_LEVEL_XHD | Extreme HD quality: BluRay HD resolution (i.e. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Capture device audio and video to a local file.
Capture device audio and video, and stream it live.
An unknown value to return when capture mode is not available.
The number of available capture modes.
The number of available quality levels.
Full HD quality: 2160P resolution and high bit rate, e.g. 10-12Mbps.
HD quality: DVD HD resolution (i.e. 720p) and a medium bit rate (e.g. 3-4Mbps).
SD quality: Standard def resolution (e.g. 480p) and a low bit rate (e.g. 1-2Mbps).
An unknown value to return when quality level is not available.
Extreme HD quality: BluRay HD resolution (i.e. 1080p) and a high bit rate (e.g. 6-8Mbps).
CAPTURE_MODE_FILE
or CAPTURE_MODE_STREAM.
QUALITY_LEVEL_FULLHD,
QUALITY_LEVEL_XHD, QUALITY_LEVEL_HD, or QUALITY_LEVEL_SD.