GameClipState Enumeration
Details the GameClipState enumeration.
GameClipState
Enumerator | Description |
---|---|
None | Game clip service state is unknown or not set. |
PendingUpload | Game clip service is waiting for the asset upload. |
PendingDelete | Game clip is in the queue for deletion. (Effectively means it is "deleted"). |
Processed | Game clip has finished all processing. |
Processing | Game clip is being processed (encoding, thumbnails, etc.). |
Publishing | Game clip assets are being published. |
Published | Game clip assets are published - this state indicates it is all set to view. |
Flagged | Game clip has been flagged for enforcement. |
Banned | Game clip has been banned but not yet deleted. |
Uploaded | Game clip has completed upload. |
Deleted | Game clip has been deleted. |
Error | Game clip is in an error state and unusable. |