latest SDK
This commit is contained in:
4
foobar2000/helpers/fileReadAhead.h
Normal file
4
foobar2000/helpers/fileReadAhead.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#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 );
|
||||
Reference in New Issue
Block a user