Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SlimTranscoderStatus

Describes the backend transcoding state of a SLIM model, from upload through transcoding to success or failure.

Items 7

HistoryNameValueDescription
733Unknown0

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.

733NoHash1

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.

733NotUploaded2

The model's property set has not been uploaded to the content-delivery network. Shown as orange in the debug tint overlay.

733Uploaded3

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.

733InProgress4

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.

733Succeeded5

Transcoding completed successfully and the SLIM assets are available for streaming. Shown as green in the debug tint overlay.

733Failed6

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.

History 8

Settings