enterReplayMode
Enter the replay mode.
Director Plus
Address
/replay/enterReplayMode [playStyle] [replayLenIndexList]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Layout mode, 1: Sequential replay, 2: Multi-view replay. Non-essential parameter, default value is 1. |
| argument 2 | String | Ordered list of replay cameras, non-essential parameter, only taking effect when playStyle has value, default value is all valid cameras. This parameter decides the order of sequential replay and the layout of multi-view replay. |
Example
Enter the replay mode and replay camera 1/2/3/4 in sequential order.
/replay/enterReplayMode 1 [0,1,2,3]
Enter the replay mode and replay camera 2/3 in multi-view layout.
/replay/enterReplayMode 2 [1,2]
Director One/Director Mini
Address
/replay/enterReplayMode [playStyle]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | 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
Enter the replay mode.
/replay/enterReplayMode