Reference documentation and code samples for the Google Ads Ad Manager V1 Client class HlsMasterPlaylistRefreshType.
Enumerates the different ways an HLS master playlist on a live stream will can be refreshed.
Protobuf type google.ads.admanager.v1.HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType
Namespace
Google \ Ads \ AdManager \ V1 \ HlsMasterPlaylistRefreshTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HLS_MASTER_PLAYLIST_REFRESH_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum HLS_MASTER_PLAYLIST_REFRESH_TYPE_UNSPECIFIED = 0;
AUTOMATIC
Value: 1The master playlist will automatically be refreshed.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2The master playlist will only be refreshed when requested.
Generated from protobuf enum MANUAL = 2;