com.google.android.gms.games.video
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Several interfaces related to videos, including Videos, CaptureAvailableResult, CaptureCapabilitiesResult, CaptureOverlayStateListener, and CaptureStateResult, are deprecated and users should switch to the VideosClient.
Classes like CaptureState, VideoCapabilities, and VideoConfiguration are used to manage video recording features, providing data on capture state, device capabilities, and configuration.
[null,null,["Last updated 2025-09-10 UTC."],[],["The document outlines components for video capture in the Android games service. Key entities include `CaptureState` for tracking capture status, `VideoCapabilities` detailing device recording abilities, and `VideoConfiguration` for client-to-service settings. The `VideoConfiguration.Builder` facilitates building configurations. Several `Videos` interfaces are deprecated, with `VideosClient` now handling `isAvailable`, `VideoCapabilities`, `OnCaptureOverlayStateListener`, and `CaptureState` directly. `ValidCaptureModes` are used to define allowed capture modes.\n"]]