replayEventsLast
Replay multiple events that were recently added.
Director Plus
Address
/replay/replayEventsLast [count] [endPolicy] [timeInMin] [times] [transitionEffect] [order]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The number of events to be replayed. When it is 0, it is regarded as replaying all events. |
| argument 2 | Int | End policy, 3: By replay duration, 4: By replay times |
| argument 3 | Int | Replay duration, in minutes, only taking effect when endPolicy is set to 3 |
| argument 4 | Int | Replay times, only taking effect when endPolicy is set to 4 |
| argument 5 | Int | Transition effect. 0: Cut; 1: Fade |
| argument 6 | Int | Replay order. 0: Newest to oldest; 1: Oldest to newest |
Example
Replay the last two events with the default settings.
/replay/replayEventsLast 2
Replay the last two events in the newest to oldest order, repeat two times, and use fade transition effect.
/replay/replayEventsLast 2 4 0 2 1 1
Director One/Director Mini
Address
/replay/replayEventsLast [count] [playStyle]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The number of events to be replayed. When it is 0, it is regarded as replaying all events. |
| argument 2 | Int | Replay mode, non-essential argument, which only taking effect for dual-camera replay, and the default value is -1 0: Cam 1 only 1: Cam 2 only 2: Cam 2 first, then Cam 2 3: Cam 2 first, then Cam 1 4: Side-by-side (Cam 1 & 2) 5: Side-by-side (Cam 2 & 1) |
Example
Replay the last two events.
/replay/replayEventsLast 2