Files
foobar2000-sdk/foobar2000/helpers/fileReadAhead.h
2021-12-14 00:28:25 -07:00

5 lines
194 B
C

#pragma once
//! Creates a file with a background thread reading ahead of the current position
file::ptr fileCreateReadAhead(file::ptr chain, size_t readAheadBytes, abort_callback & aborter );