android.asset_manager

Undocumented in source.

Members

Enums

AASSET_MODE_UNKNOWN
anonymousenum AASSET_MODE_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AAssetDir_close
void AAssetDir_close(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetDir_getNextFileName
const(char)* AAssetDir_getNextFileName(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetDir_rewind
void AAssetDir_rewind(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetManager_open
AAsset* AAssetManager_open(AAssetManager* mgr, const(char)* filename, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetManager_openDir
AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const(char)* dirName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_close
void AAsset_close(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_getBuffer
const(void)* AAsset_getBuffer(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_getLength
off_t AAsset_getLength(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_getRemainingLength
off_t AAsset_getRemainingLength(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_isAllocated
int AAsset_isAllocated(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_openFileDescriptor
int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_read
int AAsset_read(AAsset* asset, void* buf, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAsset_seek
off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AAsset
struct AAsset
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetDir
struct AAssetDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetManager
struct AAssetManager
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta