replayTiming params Schema #
undefined#/properties/postProcess/items/allOf/5/properties/params
Parameters to be passed to the replayTiming module
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object
(replayTiming params)
replayTiming params Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
timeSource | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
playbackSpeed | number |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
monotonic | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
timeSource #
timeSource TODO
timeSource
- is optional
- type:
string
- cannot be null
- Unstructured type
playbackSpeed #
Multiplicative factor for playback
playbackSpeed
- is optional
- type:
number
- cannot be null
- Unstructured type
monotonic #
Orders data by time in always ascending order
monotonic
- is optional
- type:
boolean
- cannot be null
- Unstructured type