stream_audio_default

Denotes whether the audio track will be played by default in a player.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-audio-default-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_audio_default",
  "title": "stream_audio_default",
  "default": false,
  "description": "Denotes whether the audio track will be played by default in a player.",
  "type": "boolean"
}