Following the deprecation of the Google Sign-In API, we are removing the games v1 SDK in 2026. After February 2025, you will be unable to publish titles that are newly integrated with games v1 SDK, on Google Play. We recommend that you use the games v2 SDK instead.
While existing titles with the previous games v1 integrations continue to function for a couple of years, you are encouraged to migrate to v2 starting June 2025.
Videos.CaptureCapabilitiesResult
Inherited Method Summary
From interface com.google.android.gms.common.api.Result
Public Methods
public abstract VideoCapabilities
getCapabilities ()
Returns the video capabilities supported by the service or null
if we
failed to received data from the service.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-24 UTC.
[null,null,["Last updated 2025-01-24 UTC."],[[["`Videos.CaptureCapabilitiesResult` is deprecated and replaced by direct access to `VideoCapabilities` through `VideosClient`."],["This interface previously provided video capture capabilities, delivering results with potential status codes like `STATUS_OK` or `STATUS_INTERNAL_ERROR`."],["The `getCapabilities()` method, now obsolete, used to return supported video capabilities or `null` if data retrieval failed."]]],["The `Videos.CaptureCapabilitiesResult` interface, now deprecated, delivered results about video capture capabilities. Use `VideoCapabilities` through `VideosClient` instead. The `getCapabilities()` method retrieved supported video capabilities or `null` if data retrieval failed. The `getStatus()` method is inherited, it checks if the operations were successful. Status codes included `STATUS_OK` for success and `STATUS_INTERNAL_ERROR` for service errors. `Videos.getCaptureCapabilities(GoogleApiClient)` was used to retrieve the results.\n"]]