fn get_data_recording(
recording: Option<&PyRecordingStream>,
) -> Option<PyRecordingStream>
Expand description
Returns the currently active data recording in the global scope, if any; fallbacks to the specified recording otherwise, if any.
fn get_data_recording(
recording: Option<&PyRecordingStream>,
) -> Option<PyRecordingStream>
Returns the currently active data recording in the global scope, if any; fallbacks to the specified recording otherwise, if any.