Fmp4HlsSettings class

Fmp4 Hls Settings

Constructors

Fmp4HlsSettings({String? audioRenditionSets, Fmp4NielsenId3Behavior? nielsenId3Behavior, Fmp4TimedMetadataBehavior? timedMetadataBehavior})
Fmp4HlsSettings.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
nielsenId3Behavior Fmp4NielsenId3Behavior?
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timedMetadataBehavior Fmp4TimedMetadataBehavior?
When set to passthrough, timed metadata is passed through from input to output.
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