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 4

HistoryNameValueDescription
733Unknown0

The transcoding status has not yet been determined. This is the initial state before the model has been queried. Shown as yellow in the debug tint overlay.

737Transcoding1

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.

737Succeeded2

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

737Failed3

Transcoding did not complete successfully. Shown as red in the debug tint overlay.

Removed items 4

HistoryNameValue
737InProgress4
737NoHash1
737NotUploaded2
737Uploaded3

Description

Describes the backend transcoding state of a SLIM model. The status progresses as the model 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 17

Settings