fn send_recording_name(
name: &str,
recording: Option<&PyRecordingStream>,
) -> PyResult<()>
Expand description
Send the name of the recording.
fn send_recording_name(
name: &str,
recording: Option<&PyRecordingStream>,
) -> PyResult<()>
Send the name of the recording.