OBJECT
Stream
link GraphQL Schema definition
- type Stream {
- # Name of the codec used for encoding
- : String
- # Mimetype for the codec
- : String
- # Encoding profile used for codec
- : String
- # Stream bitrate (not file)
- : Int
- # Type of stream can be either 'video', 'audio' or 'subtitle'
- : String
- # Language used for audio or subtitle types
- : String
- # Title for audio and subtitle streams
- : String
- # Title for audio and subtitle streams
- : String
- # Total duration of the stream in seconds
- : Float
- # Stream/Track ID as found in the original file
- : Int
- # StreamURL
- : String
- }