Specifies the processing status of the video.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_audio_state", "title": "stream_audio_state", "description": "Specifies the processing status of the video.", "enum": [ "queued", "ready", "error" ], "type": "string" }