CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomStreamingCacheConfigTag结构体 参考

Streaming cache creation configuration structure 更多...

#include <cri_le_atom.h>

成员变量

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

详细描述

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

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.

该结构体的文档由以下文件生成: