Indicates whether the media is eligible for DASH streaming.
If true
, the media can be streamed using DASH, enabling adaptive bitrate playback.
The number of quality levels available for the video. Higher values indicate more options for resolution and bitrate during playback.
The DASH manifest for the video, if available.
This manifest provides information about the available video segments and quality levels.
It will be null
if no DASH manifest is associated with the video.
Represents information about DASH (Dynamic Adaptive Streaming over HTTP), which is a streaming protocol that allows adaptive bitrate streaming based on the user's network conditions and device capabilities.