type MasterPlaylistSettings (v202402)
Service
LiveStreamEventService
Settings for the HLS (HTTP Live Streaming) master playlist.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
refreshType
|
RefreshType
Indicates how the master playlist gets refreshed. This field is optional and defaults to RefreshType.AUTOMATIC. This field can only be modified when the live stream is in a LiveStreamEventStatus.PAUSED state.
Enumerations
-
AUTOMATIC
- The master playlist will automatically be refreshed.
-
MANUAL
- The master playlist will only be refreshed when requested.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["MasterPlaylistSettings control the settings for the HLS master playlist within LiveStreamEventService."],["The `refreshType` field dictates how the master playlist is refreshed, defaulting to automatic and modifiable only when the live stream is paused."],["`refreshType` options include automatic, manual, and an unknown value for unexposed API versions."]]],["The `MasterPlaylistSettings` within the `LiveStreamEventService` defines how the HLS master playlist is refreshed. The `refreshType` field determines this, with options being `AUTOMATIC` (default) or `MANUAL`. `AUTOMATIC` refreshes the playlist automatically, while `MANUAL` requires a specific request for refreshing. This setting is modifiable only when the live stream event status is `PAUSED`. An `UNKNOWN` state exist in case the API does not expose the real value.\n"]]