StreamSyncInfoConfig class

Configuration related to media streaming information synchronization

Constructors

StreamSyncInfoConfig({StreamIndex streamIndex = StreamIndex.main, int repeatCount = 0, SyncInfoStreamType streamType = SyncInfoStreamType.audio})

Properties

hashCode int
The hash code for this object.
no setterinherited
repeatCount int
The number of repetitions of the message sent, in the range [0,25]. It is recommended to be set to [3,5].
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamIndex StreamIndex
Stream type.
getter/setter pair
streamType SyncInfoStreamType
Stream type for synchronization.
getter/setter pair

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