Share via


StreamOptionsFlag Struct

Definition

The StreamOptionsFlag.

public readonly struct StreamOptionsFlag : IEquatable<Azure.ResourceManager.Media.Models.StreamOptionsFlag>
type StreamOptionsFlag = struct
Public Structure StreamOptionsFlag
Implements IEquatable(Of StreamOptionsFlag)
Inheritance
StreamOptionsFlag
Implements

Constructors

StreamOptionsFlag(String)

Initializes a new instance of StreamOptionsFlag.

Properties

Default

Live streaming with no special latency optimizations.

LowLatency

The live event provides lower end to end latency by reducing its internal buffers.

LowLatencyV2

The live event is optimized for end to end latency. This option is only available for encoding live events with RTMP input. The outputs can be streamed using HLS or DASH formats. The outputs' archive or DVR rewind length is limited to 6 hours. Use "LowLatency" stream option for all other scenarios.

Methods

Equals(StreamOptionsFlag)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamOptionsFlag, StreamOptionsFlag)

Determines if two StreamOptionsFlag values are the same.

Implicit(String to StreamOptionsFlag)

Converts a string to a StreamOptionsFlag.

Inequality(StreamOptionsFlag, StreamOptionsFlag)

Determines if two StreamOptionsFlag values are not the same.

Applies to