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.