Cricket Audio
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups
CkPathType

Enumerations

enum  CkPathType {
  kCkPathType_FileSystem = 0,
  kCkPathType_Asset,
  kCkPathType_PrivateFiles,
  kCkPathType_ExternalStorage,
  kCkPathType_Resource,
  kCkPathType_Bundle,
  kCkPathType_Default = kCkPathType_Asset
}
 Indicates how a file path should be interpreted. More...
 

Detailed Description

Enumeration Type Documentation

enum CkPathType

Indicates how a file path should be interpreted.

Enumerator:
kCkPathType_FileSystem 

A full path to a file on the file system.

kCkPathType_Asset 

A path to an asset in the .apk.

Only available on Android.
kCkPathType_PrivateFiles 

A path relative to the private files directory.

Only available on Android.
kCkPathType_ExternalStorage 

A path relative to the external storage directory.

Only available on Android.
kCkPathType_Resource 

A path relative to the application's resource directory.

Only available on iOS and Mac OS.
kCkPathType_Bundle 

A path relative to the application's bundle directory.

Only available on iOS and Mac OS.
kCkPathType_Default 

The default path type.