Id3Insertion class
To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (TimeCode) to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion (Id3Insertion).
Constructors
- Id3Insertion({String? id3, String? timecode})
-
Id3Insertion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id3 → String?
-
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timecode → String?
-
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
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