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
14extern "C" {
15#endif
16
17typedef struct MusicExportParam {
18 char reserved[128];
21
22int 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
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition build_utils.h:13
int sceMusicExportFromFile(const char *path, const MusicExportParam *param, void *workingMemory, void *cancelCb, void(*progress)(void *, int), void *user, char *outPath, SceSize outPathSize)
char reserved[128]
Reserved data.
Definition musicexport.h:18
Definition musicexport.h:17
unsigned int SceSize
Definition types.h:56