Google Ads Ad Manager V1 Client - Class HlsMasterPlaylistRefreshType (0.8.0)

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 \ HlsMasterPlaylistRefreshTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HLS_MASTER_PLAYLIST_REFRESH_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum HLS_MASTER_PLAYLIST_REFRESH_TYPE_UNSPECIFIED = 0;

AUTOMATIC

Value: 1

The master playlist will automatically be refreshed.

Generated from protobuf enum AUTOMATIC = 1;

MANUAL

Value: 2

The master playlist will only be refreshed when requested.

Generated from protobuf enum MANUAL = 2;