OptionalenableWhether audio passthrough controls are available on this
composition (mirrors ClipCompositionProps.enableAudioPassthrough).
Gates the passthrough-all toggle.
OptionalisCurrent state of the passthrough-all toggle.
OptionalonOpen the consumer's media picker to import existing files as clips. Shown next to the recorder toggle, gated on the same can-add rule. Omit to hide the button. See ClipCompositionProps.onImportMedia.
OptionalonOpen the recording-settings dialog (mic / camera selection).
scheduledStart: optional performance.now() timestamp at which
playback should be considered position 0. The toolbar's Play All
always omits it (composition picks a default lookahead); the
recorder passes a value to align Play All with its own
MediaRecorder.start() so the new recording's t=0 lines up with
the existing clips' t=0 within JS scheduler tolerance.
OptionalonRewind every clip to the start. When synchronised playback is in flight, the composition restarts it from the top on a fresh master clock. Omit to hide the rewind-all button.
OptionalonToggle audio passthrough on every clip together. Omit to hide the passthrough-all button.
Props for ClipToolbar.