Youtube · JSON Structure

Youtube Live Live Stream Content Details Structure

Detailed settings for a live stream including the stream key and ingestion settings.

Type: object Properties: 2
GoogleMediaSocialStreamingVideoVideos

LiveStreamContentDetails is a JSON Structure definition published by Youtube, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

boundBroadcastId isReusable

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Detailed settings for a live stream including the stream key and ingestion settings.",
  "name": "LiveStreamContentDetails",
  "properties": {
    "boundBroadcastId": {
      "type": "string",
      "description": "The ID of the live broadcast to which this stream is bound."
    },
    "isReusable": {
      "type": "boolean",
      "description": "Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}