CastHlsSegmentFormat enum
Format of an HLS audio segment.
Values
- AAC → const CastHlsSegmentFormat
- AC3 → const CastHlsSegmentFormat
- MP3 → const CastHlsSegmentFormat
- TS → const CastHlsSegmentFormat
- TS_AAC → const CastHlsSegmentFormat
- E_AC3 → const CastHlsSegmentFormat
- FMP4 → const CastHlsSegmentFormat
- NONE → const CastHlsSegmentFormat
Properties
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.