Type alias SeamlessPeriodSwitchStrategy

SeamlessPeriodSwitchStrategy: "auto" | "always" | "never"

The strategy for period switches (see DashPlaybackConfiguration.useSeamlessPeriodSwitch), represented by a value from the following list:
- 'auto': The player uses seamless switches if the platform supports it, and hard switches otherwise. This is the default.
- 'never': The player never uses a seamless switch, and always uses a hard switch. Use this if you notice that the player is attempting but failing to preload the next period on the current platform.
- 'always': The player always uses a seamless switch, and never uses a hard switch. Use this if you notice that the player never preloads the next period, even though you know that the current platform should support it.

Generated using TypeDoc