HlsId3SegmentTaggingScheduleActionSettings class
Settings for the action to insert a user-defined ID3 tag in each HLS segment
Constructors
- HlsId3SegmentTaggingScheduleActionSettings({required String tag})
-
HlsId3SegmentTaggingScheduleActionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String
-
ID3 tag to insert into each segment. Supports special keyword identifiers to
substitute in segment-related values.\nSupported keyword identifiers:
https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html
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