SmilParallel class

Segment of audio-text synchronization through Media Overlays.

SMIL from the specification Synchronized Multimedia Integration Language. Parallel is a representation of

Constructors

SmilParallel({required String id, required Duration clipBegin, required Duration clipEnd, required String textFileName, required String textId})
Creates a SmilParallel, representation of audio-text synchronization.
const
SmilParallel.fromXmlElement(XmlElement xml)
Creates a SmilParallel from a
factory

Properties

clipBegin → Duration
Segment beginning in Section.audio.
final
clipEnd → Duration
Segment ending in Section.audio.
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
Segment unique identifier in the EPUB.
final
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
textFileName → String
Name of the associated text file.
final
textId → String
Identifier of the text segment (inside the text file from textFileName) to be synchronized.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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