fn save(
path: &str,
default_blueprint: Option<&PyMemorySinkStorage>,
recording: Option<&PyRecordingStream>,
py: Python<'_>,
) -> PyResult<()>
Expand description
Save the recording stream to a file.
fn save(
path: &str,
default_blueprint: Option<&PyMemorySinkStorage>,
recording: Option<&PyRecordingStream>,
py: Python<'_>,
) -> PyResult<()>
Save the recording stream to a file.