AudioOnlyHlsSettings class
Audio Only Hls Settings
Constructors
- AudioOnlyHlsSettings({String? audioGroupId, InputLocation? audioOnlyImage, AudioOnlyHlsTrackType? audioTrackType, AudioOnlyHlsSegmentType? segmentType})
-
AudioOnlyHlsSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioGroupId → String?
-
Specifies the group to which the audio Rendition belongs.
final
- audioOnlyImage → InputLocation?
-
Optional. Specifies the .jpg or .png image to use as the cover art for an
audio-only output. We recommend a low bit-size file because the image
increases the output audio bandwidth.
final
- audioTrackType → AudioOnlyHlsTrackType?
-
Four types of audio-only tracks are supported:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentType → AudioOnlyHlsSegmentType?
-
Specifies the segment type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited