CRI ADX  Last Updated: 2025-05-07 13:34 p
CRI File System
"CRI File System" is our file system library that optimizes file access by compressing and packing files.


The CRI File System library is a component of "File Magic PRO", but is also included in CRI ADX SDK.


The CRI Atom library was developed with the assumption that it will run on the CRI File System library.


When reading data during streaming playback, the data must be divided and read so that streaming playback is not interrupted.
The combination of CRI File System and CRI Atom automatically manages data flow according to the situation, so
As long as your application reads data via the CRI File System, you do not need to worry about data flow.


The CRI File System works by executing the server processing function (criFs_ExecuteMain function) every V.
The actual processing differs depending on the thread framework model.
For example, in a multi-threaded framework, file access processing is performed in a thread with a higher priority than the main thread.


When using the CRI Atom library and the CRI File System library APIs together,
if using a multi-threaded framework, both will work by executing one of the server processing functions every V.
For other thread framework models, see About Thread .



Next:Tutorials