\Google\Photos\TypesVideoProcessingStatus

Processing status of a video being uploaded to Google Photos.

Protobuf type google.photos.types.VideoProcessingStatus

Summary

Methods
Properties
Constants
name()
value()
No public properties found
UNSPECIFIED
PROCESSING
READY
FAILED
No protected methods found
No protected properties found
N/A
No private methods found
$valueToName
N/A

Constants

UNSPECIFIED

UNSPECIFIED = 0 : 

Video processing status is unknown.

Generated from protobuf enum UNSPECIFIED = 0;

PROCESSING

PROCESSING = 1 : 

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 = 2 : 

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

Generated from protobuf enum READY = 2;

FAILED

FAILED = 3 : 

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

Generated from protobuf enum FAILED = 3;

Properties

$valueToName

$valueToName

Methods

name()

name(mixed  $value) : mixed

Parameters

mixed $value

Returns

mixed

value()

value(mixed  $name) : mixed

Parameters

mixed $name

Returns

mixed