CastHlsSegmentFormat enum

Format of an HLS audio segment.

Represents the different audio codec formats that can be used in HLS (HTTP Live Streaming) segments for Google Cast media.

Inheritance
Available extensions

Values

aac → const CastHlsSegmentFormat

Advanced Audio Coding format.

ac3 → const CastHlsSegmentFormat

Dolby Digital (AC-3) format.

mp3 → const CastHlsSegmentFormat

MPEG-1 Audio Layer III format.

ts → const CastHlsSegmentFormat

MPEG Transport Stream format.

tsAac → const CastHlsSegmentFormat

Transport Stream with AAC audio.

eAc3 → const CastHlsSegmentFormat

Enhanced AC-3 (Dolby Digital Plus) format.

fmp4 → const CastHlsSegmentFormat

Fragmented MP4 format.

none → const CastHlsSegmentFormat

No specific format or unknown format.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CastHlsSegmentFormat>
A constant List of the values in this enum, in order of their declaration.