![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Data Structures | |
| struct | MusicExportParam |
Functions | |
| VITASDK_BUILD_ASSERT_EQ (0x80, MusicExportParam) | |
| int | sceMusicExportFromFile (const char *path, const MusicExportParam *param, void *workingMemory, void *cancelCb, void(*progress)(void *, int), void *user, char *outPath, SceSize outPathSize) |
Variables | |
| char | MusicExportParam::reserved [128] |
| Reserved data. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
Load the required module:
| VITASDK_BUILD_ASSERT_EQ | ( | 0x80 | , |
| MusicExportParam | |||
| ) |
| int sceMusicExportFromFile | ( | const char * | path, |
| const MusicExportParam * | param, | ||
| void * | workingMemory, | ||
| void * | cancelCb, | ||
| void(*)(void *, int) | progress, | ||
| void * | user, | ||
| char * | outPath, | ||
| SceSize | outPathSize | ||
| ) |
| char MusicExportParam::reserved[128] |
Reserved data.