CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomStreamingCacheConfigTag Struct Reference

Streaming cache creation configuration structure. More...

#include <cri_le_atom.h>

Data Fields

CriSint32 max_path
 Maximum path length of cached file. More...
 
CriSint32 max_files
 Maximum number of files that can be cached. More...
 
CriSint32 cache_size
 File size that can be cached. More...
 

Detailed Description

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.

Attention
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.)
See also
criAtomStreamingCache_CalculateWorkSize, criAtomStreamingCache_Create

Field Documentation

◆ max_path

CriSint32 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

CriSint32 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

CriSint32 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.

The documentation for this struct was generated from the following file: