stream_input

APIs.ioEngineeringPlatform

Properties

Name Type Description
height integer The video height in pixels. A value of `-1` means the height is unknown. The value becomes available after the upload and before the video is ready.
width integer The video width in pixels. A value of `-1` means the width is unknown. The value becomes available after the upload and before the video is ready.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_input",
  "title": "stream_input",
  "properties": {
    "height": {
      "description": "The video height in pixels. A value of `-1` means the height is unknown. The value becomes available after the upload and before the video is ready.",
      "type": "integer"
    },
    "width": {
      "description": "The video width in pixels. A value of `-1` means the width is unknown. The value becomes available after the upload and before the video is ready.",
      "type": "integer"
    }
  },
  "type": "object"
}