com.google.android.gms.games.video
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]