\Google\Photos\Library\V1VideoProcessingStatus

Processing status of a video being uploaded to Google Photos.

Protobuf type google.photos.library.v1.VideoProcessingStatus

Summary

Methods
Properties
Constants
No public methods found
No public properties found
UNSPECIFIED
PROCESSING
READY
FAILED
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

UNSPECIFIED

UNSPECIFIED

Video processing status is unknown.

Generated from protobuf enum UNSPECIFIED = 0;

PROCESSING

PROCESSING

Video is being processed. The user sees an icon for this video in the Google Photos app; however, it isn't playable yet.

Generated from protobuf enum PROCESSING = 1;

READY

READY

Video processing is complete and it is now ready for viewing.

Generated from protobuf enum READY = 2;

FAILED

FAILED

Something has gone wrong and the video has failed to process.

Generated from protobuf enum FAILED = 3;