OBJECT

TDOStreamData

Describes a stream that is available on a TDO

link GraphQL Schema definition

1type TDOStreamData {
2
3# The stream URI
4uri: String!
5
6# The protocol, such as "dash" or "hls"
7protocol: String!
8
9}