Table of Contents

Class Broadcast.HlsSettings

Namespace
Vonage.Video.Broadcast
Assembly
Vonage.dll

Represents HLS-specific settings.

public record Broadcast.HlsSettings : IEquatable<Broadcast.HlsSettings>
Inheritance
Broadcast.HlsSettings
Implements
Inherited Members

Constructors

HlsSettings(bool, bool)

Represents HLS-specific settings.

public HlsSettings(bool Dvr, bool LowLatency)

Parameters

Dvr bool

Whether to enable DVR functionality (rewinding, pausing, and resuming) in players that support it.

LowLatency bool

Whether to enable low-latency mode for the HLS stream. This feature is incompatible with DVR mode.

Properties

Dvr

Whether to enable DVR functionality (rewinding, pausing, and resuming) in players that support it.

public bool Dvr { get; init; }

Property Value

bool

LowLatency

Whether to enable low-latency mode for the HLS stream. This feature is incompatible with DVR mode.

public bool LowLatency { get; init; }

Property Value

bool