Stream_in API Reference¶ physiolabxr.utils.user_utils.stream_in¶ physiolabxr.utils.user_utils.stream_in(file_path)¶ Stream in data from different file formats with provided file path. Parameters:¶ file_path : str¶A file path to the file that needs to be streamed in Returns:¶ total number of bytes that has been streamed out Return type:¶ int See also RNStream