Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.HlsSettings Class Reference

LiveStream settings that are specific to the HTTP live streaming (HLS) protocol. More...

Properties

PlaylistType playlistType [get, set]
 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. More...
 
bool playlistTypeSpecified [get, set]
 
MasterPlaylistSettings masterPlaylistSettings [get, set]
 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. More...
 

Detailed Description

LiveStream settings that are specific to the HTTP live streaming (HLS) protocol.

Property Documentation

MasterPlaylistSettings Google.Api.Ads.AdManager.v202402.HlsSettings.masterPlaylistSettings
getset

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.

PlaylistType Google.Api.Ads.AdManager.v202402.HlsSettings.playlistType
getset

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.

bool Google.Api.Ads.AdManager.v202402.HlsSettings.playlistTypeSpecified
getset

true, if a value is specified for playlistType, false otherwise.


The documentation for this class was generated from the following file: