SlimTranscoderStatus
Describes the backend transcoding state of a SLIM model, from upload through transcoding to success or failure.
Items 7
| History | Name | Value | Description | |
|---|---|---|---|---|
| 733 | Unknown | 0 | The transcoding status has not yet been determined. This is the initial state before the model has been queried. Shown as magenta in the debug tint overlay. | |
| 733 | NoHash | 1 | The model is SLIM-enabled but does not yet have a generated hash, so transcoding has not been requested. Shown as cyan in the debug tint overlay. | |
| 733 | NotUploaded | 2 | The model's property set has not been uploaded to the content-delivery network. Shown as orange in the debug tint overlay. | |
| 733 | Uploaded | 3 | The property set has been uploaded to the content-delivery network but has not yet been transcoded into SLIM assets. Shown as yellow in the debug tint overlay. | |
| 733 | InProgress | 4 | SLIM transcoding is currently in progress on the backend. The model is expected to transition to Succeeded or Failed once transcoding completes. Shown as blue in the debug tint overlay. | |
| 733 | Succeeded | 5 | Transcoding completed successfully and the SLIM assets are available for streaming. Shown as green in the debug tint overlay. | |
| 733 | Failed | 6 | Transcoding did not complete successfully. Shown as red in the debug tint overlay. |
Description
Describes the backend transcoding state of a SLIM model. The status progresses as the model's property set is uploaded to the content-delivery network and transcoded into SLIM assets. The DebugVisualizations panel in the Developer Console can color-code models by this status to surface which models have successfully transcoded and which have failed.