File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,14 @@ def send_blueprint(
881
881
) -> None :
882
882
"""Send a blueprint to the given recording stream."""
883
883
884
+ def send_recording (rrd : Recording , recording : Optional [PyRecordingStream ] = None ) -> None :
885
+ """
886
+ Send all chunks from a [`PyRecording`] to the given recording stream.
887
+
888
+ .. warning::
889
+ ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
890
+ """
891
+
884
892
#
885
893
# misc
886
894
#
Original file line number Diff line number Diff line change @@ -1344,7 +1344,7 @@ fn send_blueprint(
1344
1344
}
1345
1345
}
1346
1346
1347
- /// Send all chunks from a `Recording`` to the given recording stream.
1347
+ /// Send all chunks from a [`PyRecording`] to the given recording stream.
1348
1348
///
1349
1349
/// ⚠️ This API is experimental and may change or be removed in future versions! ⚠️
1350
1350
#[ pyfunction]
You can’t perform that action at this time.
0 commit comments