State
The different states a video can be in.
Enums |
STATE_UNSPECIFIED |
Default value. This value is unused. |
PROCESSING |
The video is currently processing. |
ACTIVE |
The video has finished rendering, and can be viewed through videos.lookupVideo . |
FAILED |
The video has failed to render. |
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 2023-08-08 UTC.
[null,null,["Last updated 2023-08-08 UTC."],[[["The default video state is `STATE_UNSPECIFIED` and is not actively used."],["Videos can be in processing, active, or failed states, reflecting their rendering progress and availability."],["Active videos, which are fully rendered, can be accessed using the `videos.lookupVideo` method."],["A failed video indicates an unsuccessful rendering process."]]],[]]