OBJECT

Stream

link GraphQL Schema definition

  • type Stream {
  • # Name of the codec used for encoding
  • codecName: String
  • # Mimetype for the codec
  • codecMime: String
  • # Encoding profile used for codec
  • profile: String
  • # Stream bitrate (not file)
  • bitRate: Int
  • # Type of stream can be either 'video', 'audio' or 'subtitle'
  • streamType: String
  • # Language used for audio or subtitle types
  • language: String
  • # Title for audio and subtitle streams
  • title: String
  • # Title for audio and subtitle streams
  • resolution: String
  • # Total duration of the stream in seconds
  • totalDuration: Float
  • # Stream/Track ID as found in the original file
  • streamID: Int
  • # StreamURL
  • streamURL: String
  • }