Function flipperzero_sys::stream_split
source · pub unsafe extern "C" fn stream_split(
stream: *mut Stream,
stream_left: *mut Stream,
stream_right: *mut Stream
) -> boolExpand description
Splits one stream into two others. The original stream will remain untouched.
Returns:
- true
- false
Arguments
stream-stream_left-stream_right-