Type alias DAIAvailabilityType

DAIAvailabilityType: "vod" | "live"

The type of the stream requested from Google DAI, represented by a value from the following list:
- 'live': The requested stream is a live stream.
- 'vod': The requested stream is a video-on-demand stream.

Generated using TypeDoc