public static interface DashPlaylistSettings.Builder extends SdkPojo, CopyableBuilder<DashPlaylistSettings.Builder,DashPlaylistSettings>
| Modifier and Type | Method and Description |
|---|---|
DashPlaylistSettings.Builder |
manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest.
|
DashPlaylistSettings.Builder |
minBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.
|
DashPlaylistSettings.Builder |
minUpdatePeriodSeconds(Integer minUpdatePeriodSeconds)
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
|
DashPlaylistSettings.Builder |
suggestedPresentationDelaySeconds(Integer suggestedPresentationDelaySeconds)
Amount of time (in seconds) that the player should be from the live point at the end of the manifest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDashPlaylistSettings.Builder manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value:
3600 seconds.
manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum
value: 3600 seconds.DashPlaylistSettings.Builder minBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum
value: 2 seconds. Maximum value: 60 seconds.
minBufferTimeSeconds - Minimum amount of content (measured in seconds) that a player must keep available in the buffer.
Minimum value: 2 seconds. Maximum value: 60 seconds.DashPlaylistSettings.Builder minUpdatePeriodSeconds(Integer minUpdatePeriodSeconds)
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
Minimum value: 2 seconds. Maximum value: 60 seconds.
minUpdatePeriodSeconds - Minimum amount of time (in seconds) that the player should wait before requesting updates to the
manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.DashPlaylistSettings.Builder suggestedPresentationDelaySeconds(Integer suggestedPresentationDelaySeconds)
Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum
value: 2 seconds. Maximum value: 60 seconds.
suggestedPresentationDelaySeconds - Amount of time (in seconds) that the player should be from the live point at the end of the manifest.
Minimum value: 2 seconds. Maximum value: 60 seconds.Copyright © 2022. All rights reserved.