Show / Hide Table of Contents

Enum HlsSettingsPlaylistTypeEnum.Types.HlsSettingsPlaylistType

Describes the type of the playlist associated with this live stream. This is analogous to the EXT-X-PLAYLIST-TYPE HLS tag. Use HlsSettingsPlaylistType.EVENT for streams with the value "#EXT-X-PLAYLIST-TYPE:EVENT" and use HlsSettingsPlaylistType.LIVE for streams without the tag.

Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum HlsSettingsPlaylistTypeEnum.Types.HlsSettingsPlaylistType

Fields

Name Description
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.

Unspecified

Default value. This value is unused.

In this article
Back to top Generated by DocFX