StandardHlsSettings class

Standard Hls Settings

Constructors

StandardHlsSettings({required M3u8Settings m3u8Settings, String? audioRenditionSets})
StandardHlsSettings.fromJson(Map<String, dynamic> json)
factory

Properties

audioRenditionSets String?
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
final
hashCode int
The hash code for this object.
no setterinherited
m3u8Settings M3u8Settings
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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