rerun_bindings::python_bridge

Function new_recording

Source
fn new_recording(
    py: Python<'_>,
    application_id: String,
    recording_id: Option<String>,
    make_default: bool,
    make_thread_default: bool,
    default_enabled: bool,
    send_properties: bool,
) -> PyResult<PyRecordingStream>
Expand description

Create a new recording stream.