raw_dir.h

Overview

Provides functions for operating rawfile directories.

These functions include traversing and closing rawfile directories.

Since: 8

Related Modules:

Rawfile

Summary

Types

Name Description
RawDir Provides the function of accessing rawfile directories.

Functions

Name Description
OH_ResourceManager_GetRawFileName (RawDir *rawDir, int index) Obtains the rawfile name via an index.
OH_ResourceManager_GetRawFileCount (RawDir *rawDir) Obtains the number of rawfiles in RawDir.
OH_ResourceManager_CloseRawDir (RawDir *rawDir) Closes an opened RawDir and releases all associated resources.