AI-generated Key Takeaways
- 
          HlsSettings provides live stream settings specific to the HTTP live streaming (HLS) protocol. 
- 
          The playlistType field indicates the type of playlist, defaulting to LIVE and offering EVENT as another option. 
- 
          The masterPlaylistSettings field provides settings for the master playlist, defaulting to automatic refresh if not set. 
            LiveStream settings that are specific to the HTTP live streaming (HLS) protocol.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Field | |
|---|---|
| 
                            | 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 
 | 
| 
                            | 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. |