Type alias StreamType

StreamType: "live" | "dvr" | "vod"

The stream type, represented by a value from the following list:
- 'live': Live content.
- 'dvr': Live content with DVR.
- 'vod': On demand content.

Generated using TypeDoc