fn binary_stream(
recording: Option<&PyRecordingStream>,
py: Python<'_>,
) -> Option<PyBinarySinkStorage>
Expand description
Create a new binary stream sink, and return the associated binary stream.
fn binary_stream(
recording: Option<&PyRecordingStream>,
py: Python<'_>,
) -> Option<PyBinarySinkStorage>
Create a new binary stream sink, and return the associated binary stream.