stream_audio_state

Specifies the processing status of the video.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-audio-state-schema.json Raw ↑
{
  "$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"
}