Enum: PlaybackStateEnum¶
Current state of time playback
URI: debrief:enum/PlaybackStateEnum
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| stopped | None | Playback is stopped |
| playing | None | Playback is running |
| paused | None | Playback is paused |
Slots¶
| Name | Description |
|---|---|
| playbackState | Current playback state - ephemeral (FR-010) |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
LinkML Source¶
name: PlaybackStateEnum
description: Current state of time playback
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
stopped:
text: stopped
description: Playback is stopped
playing:
text: playing
description: Playback is running
paused:
text: paused
description: Playback is paused