type HlsSettings (v202311)
Service
LiveStreamEventService
LiveStream
settings that are specific to the HTTP live streaming (HLS) protocol.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202311
Field
|
playlistType
|
PlaylistType
Indicates the type of the playlist associated with this live stream. The playlist type is
analogous to the EXT-X-PLAYLIST-TYPE HLS tag. This field is optional and will default to PlaylistType.LIVE. This field cannot be modified after live stream creation.
Enumerations
-
EVENT
- The playlist is an event, which means that media segments can only be added to the end of the
playlist. This allows viewers to scrub back to the beginning of the playlist.
-
LIVE
- The playlist is a live stream and there are no restrictions on whether media segments can be
removed from the beginning of the playlist.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
masterPlaylistSettings
|
MasterPlaylistSettings
The settings for the master playlist. This field is optional and if it is not set will default
to a MasterPlaylistSettings with a refresh type of RefreshType.AUTOMATIC.
|
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-02 UTC.
[null,null,["Last updated 2024-02-02 UTC."],[[["HlsSettings define live stream settings specific to the HTTP live streaming (HLS) protocol within the LiveStreamEventService."],["It includes configurable playlist types, such as EVENT (media segments added to the end) or LIVE (no restrictions on segment removal)."],["HlsSettings also feature MasterPlaylistSettings, which control the master playlist and its refresh type, defaulting to automatic refresh."],["These settings utilize the namespace `https://www.google.com/apis/ads/publisher/v202311` within the Google Ad Manager API."]]],[]]