| java.lang.Object | |
| ↳ | com.google.android.gms.games.video.VideoCapabilities |
Contains information on what capabilities the current device has for video recording.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether the device has a front-facing camera and we can use it.
| |||||||||||
Checks if the capture mode and quality level are support, and camera, mic, and
storage write.
| |||||||||||
Returns whether the device has a microphone and we can use it.
| |||||||||||
Returns whether the device has an external storage device and we can use it.
| |||||||||||
Returns whether the device supports the given capture mode.
| |||||||||||
Returns whether the device supports the given quality level.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Returns whether the device has a front-facing camera and we can use it.
Checks if the capture mode and quality level are support, and camera, mic, and storage write.
| captureMode | One of these values: CAPTURE_MODE_FILE or
CAPTURE_MODE_STREAM. |
|---|---|
| qualityLevel | One of these values: QUALITY_LEVEL_SD,
QUALITY_LEVEL_HD,
QUALITY_LEVEL_FULLHD, or
QUALITY_LEVEL_XHD.
|
Returns whether the device has a microphone and we can use it.
Returns whether the device has an external storage device and we can use it.
Returns whether the device supports the given capture mode.
| captureMode | One of these values: CAPTURE_MODE_FILE or
CAPTURE_MODE_STREAM.
|
|---|
Returns whether the device supports the given quality level.
| qualityLevel | One of these values: QUALITY_LEVEL_SD,
QUALITY_LEVEL_HD,
QUALITY_LEVEL_FULLHD, or
QUALITY_LEVEL_XHD.
|
|---|