vitasdk
Documentation of the vitasdk
musicexport.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2_MUSICEXPORT_H_
8 #define _PSP2_MUSICEXPORT_H_
9 
10 #include <vitasdk/build_utils.h>
11 #include <psp2/types.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 typedef struct MusicExportParam {
18  char reserved[128];
21 
22 int sceMusicExportFromFile(const char* path, const MusicExportParam* param, void* workingMemory, void* cancelCb, void (*progress)(void*, int), void* user, char* outPath, SceSize outPathSize);
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif /* _PSP2_MUSICEXPORT_H_ */
29 
int sceMusicExportFromFile(const char *path, const MusicExportParam *param, void *workingMemory, void *cancelCb, void(*progress)(void *, int), void *user, char *outPath, SceSize outPathSize)
VITASDK_BUILD_ASSERT_EQ(0x80, MusicExportParam)
char reserved[128]
Reserved data.
Definition: musicexport.h:18
Definition: musicexport.h:17
unsigned int SceSize
Definition: types.h:56