Streaming cache creation configuration structure
更多...
#include <cri_le_atom.h>
Streaming cache creation configuration structure
- Description:
- Structure for registering the file size that can be cached when creating a streaming cache for the player.
It is specified as argument of the ::criAtomStreamingCache_CalculateWorkSize function and ::criAtomStreamingCache_Create function.
- 注意
- Be sure to zero clear the structure before using because members may be added in the future.
(Make sure that no indefinite value is set to any member of the structure.)
- 参见
- criAtomStreamingCache_CalculateWorkSize, criAtomStreamingCache_Create
◆ max_path
Maximum path length of cached file
- Description:
- Specifies the maximum path length of the file to be cached in streaming cache.
◆ max_files
Maximum number of files that can be cached
- Description:
- Specifies the number of files that can be cached in streaming cache.
◆ cache_size
File size that can be cached
- Description:
- Specifies the file size that can be cached in streaming cache.
File exceeding the size specified with this parameter cannot be cached.
Also, size equal to or greater than the size specified with this parameter is requested as the required work size of streaming cache.
该结构体的文档由以下文件生成: